Package com.install4j.api.context
Class UserCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.install4j.api.context.UserCanceledException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserCanceledException extends java.lang.Exception
Installation methods throw this exception if the user cancels an operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCanceledException()
Initializes a new instance.UserCanceledException(java.lang.String message)
Initializes a new instance with a message.
-