Package es.caib.bpm.toolkit.exception
Class UserWorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.bpm.toolkit.exception.WorkflowException
-
- es.caib.bpm.toolkit.exception.UserWorkflowException
-
- All Implemented Interfaces:
Serializable
public class UserWorkflowException extends WorkflowException
Excepcion especifica para indicar una condicion de error que debe ser mostrada al usuario con un messagebox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserWorkflowException()
UserWorkflowException(String message)
UserWorkflowException(String message, Throwable tw)
UserWorkflowException(Throwable tw)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-