nl.gx.webmanager.services.contentapi
Class UnExecutableWorkflowActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.contentapi.UnExecutableWorkflowActionException
All Implemented Interfaces:
java.io.Serializable

public final class UnExecutableWorkflowActionException
extends java.lang.Exception

WorkflowAction handling exception.

Author:
Michel Teunissen
See Also:
Serialized Form

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

UnExecutableWorkflowActionException

public UnExecutableWorkflowActionException(java.lang.String message)
Parameters:
message - error message.
event - event this error refers to.

UnExecutableWorkflowActionException

public UnExecutableWorkflowActionException(java.lang.String message,
                                           java.lang.Throwable cause)
Parameters:
message - error message.
cause - cause of the error.
event - event this error refers to.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.