Package de.uka.ipd.sdq.workflow.jobs
Class UserCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uka.ipd.sdq.workflow.jobs.UserCanceledException
- All Implemented Interfaces:
Serializable
The Class UserCanceledException.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new user canceled exception.UserCanceledException
(String string) Instantiates a new user canceled exception.UserCanceledException
(String string, Throwable e) Instantiates a new user canceled exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserCanceledException
public UserCanceledException()Instantiates a new user canceled exception. -
UserCanceledException
Instantiates a new user canceled exception.- Parameters:
string
- the string
-
UserCanceledException
Instantiates a new user canceled exception.- Parameters:
string
- the stringe
- the e
-