java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.install4j.api.context.UserCanceledException
public class UserCanceledException
Installation methods throw this exception if the user cancels an operation.
| Constructor Summary | |
|---|---|
UserCanceledException()
Initializes a new instance. |
|
UserCanceledException(java.lang.String message)
Initializes a new instance with a message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserCanceledException(java.lang.String message)
message - the exception messagepublic UserCanceledException()