Class InstallationException

All Implemented Interfaces:
Serializable

Thrown in case of an installation error like an IO error.
See Also:
  • Constructor Details

    • InstallationException

      public InstallationException(String message)
      Creates a new exception with the specified detail message.
      Parameters:
      message - The detail message, may be null.
    • InstallationException

      public InstallationException(String message, Throwable cause)
      Creates a new exception with the specified detail message and cause.
      Parameters:
      message - The detail message, may be null.
      cause - The exception that caused this one, may be null.