Class ActivityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.activity.ActivityException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivityPerformException, ActivityPrepareException, AdapterException, AdviceConstraintViolationException, AspectAdviceException, ProcessException, RequestException, ResponseException, TransletNotFoundException

public class ActivityException extends Exception
Checked exception thrown when an activity fails.

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

See Also:
  • Constructor Details

    • ActivityException

      public ActivityException()
      Instantiates a new ActivityException.
    • ActivityException

      public ActivityException(String msg)
      Instantiates a new ActivityException.
      Parameters:
      msg - a message to associate with the exception
    • ActivityException

      public ActivityException(Throwable cause)
      Instantiates a new ActivityException.
      Parameters:
      cause - the real cause of the exception
    • ActivityException

      public ActivityException(String msg, Throwable cause)
      Instantiates a new ActivityException.
      Parameters:
      msg - the message
      cause - the real cause of the exception