SMILA 1.0 API documentation

org.eclipse.smila.taskmanager
Class TaskmanagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.taskmanager.TaskmanagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadParameterTaskmanagerException

public class TaskmanagerException
extends java.lang.Exception

Exception class for Taskmanager specific exception.

See Also:
Serialized Form

Constructor Summary
TaskmanagerException(java.lang.String message)
          constructor with message.
TaskmanagerException(java.lang.String message, java.lang.Throwable cause)
          constructor with message and causing exception.
TaskmanagerException(java.lang.Throwable cause)
          constructor with causing exception.
 
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

TaskmanagerException

public TaskmanagerException(java.lang.String message)
constructor with message.

Parameters:
message - detailed error message.

TaskmanagerException

public TaskmanagerException(java.lang.Throwable cause)
constructor with causing exception.

Parameters:
cause - exception that caused the error.

TaskmanagerException

public TaskmanagerException(java.lang.String message,
                            java.lang.Throwable cause)
constructor with message and causing exception.

Parameters:
message - detailed error message.
cause - exception that caused the error.

SMILA 1.0 API documentation