Class UserCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.UserCanceledException
All Implemented Interfaces:
Serializable

public class UserCanceledException extends Exception
The Class UserCanceledException.
See Also:
  • Constructor Details

    • UserCanceledException

      public UserCanceledException()
      Instantiates a new user canceled exception.
    • UserCanceledException

      public UserCanceledException(String string)
      Instantiates a new user canceled exception.
      Parameters:
      string - the string
    • UserCanceledException

      public UserCanceledException(String string, Throwable e)
      Instantiates a new user canceled exception.
      Parameters:
      string - the string
      e - the e