Class ActivityTerminatedException

All Implemented Interfaces:
Serializable

public class ActivityTerminatedException extends ActivityPerformException
Checked exception thrown when activity is terminated while preparing or performing.
See Also:
  • Constructor Details

    • ActivityTerminatedException

      public ActivityTerminatedException()
      Simple constructor.
    • ActivityTerminatedException

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

      public ActivityTerminatedException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • ActivityTerminatedException

      public ActivityTerminatedException(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