Class ServerPackageInstallationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pidome.server.system.packages.installer.ServerPackageInstallationException
All Implemented Interfaces:
Serializable

public class ServerPackageInstallationException extends Exception
Installation exception.
See Also:
Serialized Form
  • Constructor Details

    • ServerPackageInstallationException

      public ServerPackageInstallationException()
      Creates a new instance of ServerPackageInstallationException without detail message.
    • ServerPackageInstallationException

      public ServerPackageInstallationException(String msg)
      Constructs an instance of ServerPackageInstallationException with the specified detail message.
      Parameters:
      msg - the detail message.