Class ProcessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionExecutionException, MethodArgumentTypeMismatchException, ParameterBindingException

public class ProcessException extends ActivityException
This exception will be thrown if the translet processing fails.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • ProcessException

      public ProcessException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • ProcessException

      public ProcessException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the message
      cause - the real cause of the exception