com.ebasetech.ufs.workflow.security
Class WorkflowSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebasetech.ufs.workflow.security.WorkflowSecurityException
All Implemented Interfaces:
java.io.Serializable

public class WorkflowSecurityException
extends java.lang.Exception
implements java.io.Serializable

Security Exception for the Workflow system

See Also:
Serialized Form

Constructor Summary
WorkflowSecurityException(java.lang.String message)
           
WorkflowSecurityException(java.lang.String message, java.lang.Throwable cause)
           
WorkflowSecurityException(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

WorkflowSecurityException

public WorkflowSecurityException(java.lang.String message)

WorkflowSecurityException

public WorkflowSecurityException(java.lang.Throwable cause)

WorkflowSecurityException

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