Class UserCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.install4j.api.context.UserCanceledException
All Implemented Interfaces:
Serializable

public class UserCanceledException extends Exception
Installation methods throw this exception if the user cancels an operation.
See Also:
  • Constructor Details

    • UserCanceledException

      public UserCanceledException(String message)
      Initializes a new instance with a message.
      Parameters:
      message - the exception message
    • UserCanceledException

      public UserCanceledException()
      Initializes a new instance.