install4j API

com.install4j.api.context
Class UserCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Author:
ej-technologies GmbH
See Also:
Serialized Form

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

UserCanceledException

public UserCanceledException(java.lang.String message)
Initializes a new instance with a message.

Parameters:
message - the exception message

UserCanceledException

public UserCanceledException()
Initializes a new instance.


install4j API