Package com.install4j.api.context
Class UserCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.install4j.api.context.UserCanceledException
- All Implemented Interfaces:
Serializable
Installation methods throw this exception if the user cancels an operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionInitializes a new instance.UserCanceledException
(String message) Initializes a new instance with a message. -
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
Initializes a new instance with a message.- Parameters:
message
- the exception message
-
UserCanceledException
public UserCanceledException()Initializes a new instance.
-