com.openexchange.admin.rmi.exceptions
Class TaskManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.TaskManagerException
All Implemented Interfaces:
Serializable

public class TaskManagerException
extends Exception

See Also:
Serialized Form

Constructor Summary
TaskManagerException()
           
TaskManagerException(String message)
           
TaskManagerException(String message, Throwable cause)
           
TaskManagerException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskManagerException

public TaskManagerException()

TaskManagerException

public TaskManagerException(String message)
Parameters:
message -

TaskManagerException

public TaskManagerException(Throwable cause)
Parameters:
cause -

TaskManagerException

public TaskManagerException(String message,
                            Throwable cause)
Parameters:
message -
cause -