com.evolveum.midpoint.wf
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.wf.WorkflowException
All Implemented Interfaces:
Serializable

public class WorkflowException
extends Exception

Created with IntelliJ IDEA. User: mederly Date: 4.10.2012 Time: 16:41 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
WorkflowException()
           
WorkflowException(String message)
           
WorkflowException(String message, Throwable cause)
           
WorkflowException(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

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(Throwable cause)

WorkflowException

public WorkflowException(String message)

WorkflowException

public WorkflowException(String message,
                         Throwable cause)


Copyright © 2013 evolveum. All Rights Reserved.