org.jage.workplace
Class IllegalOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jage.workplace.IllegalOperationException
All Implemented Interfaces:
Serializable

public class IllegalOperationException
extends RuntimeException

The exception thrown to indicate that an illegal operation has been performed.

Author:
AGH AgE Team
See Also:
Serialized Form

Constructor Summary
IllegalOperationException(String message)
          Constructs a new exception with the specified detail message.
IllegalOperationException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
IllegalOperationException(Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ?
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalOperationException

public IllegalOperationException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.
See Also:
Exception.Exception(String)

IllegalOperationException

public IllegalOperationException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).

Parameters:
cause - the cause.
See Also:
Exception.Exception(Throwable)

IllegalOperationException

public IllegalOperationException(String message,
                                 Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message.
cause - the cause.
See Also:
Exception.Exception(String, Throwable)


Copyright © 2006-2011 AGH University of Science and Technology. All Rights Reserved.