com.evolveum.midpoint.task.api
Class TaskManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.task.api.TaskManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaskManagerInitializationException

public class TaskManagerException
extends java.lang.Exception

Created with IntelliJ IDEA. User: mederly Date: 27.4.2012 Time: 20:59 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

Constructor Detail

TaskManagerException

public TaskManagerException()

TaskManagerException

public TaskManagerException(java.lang.Throwable cause)

TaskManagerException

public TaskManagerException(java.lang.String message)

TaskManagerException

public TaskManagerException(java.lang.String message,
                            java.lang.Throwable cause)


Copyright © 2012 evolveum. All Rights Reserved.