Class ServerPackageInstallationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pidome.server.system.packages.installer.ServerPackageInstallationException
- All Implemented Interfaces:
Serializable
Installation exception.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofServerPackageInstallationException
without detail message.Constructs an instance ofServerPackageInstallationException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerPackageInstallationException
public ServerPackageInstallationException()Creates a new instance ofServerPackageInstallationException
without detail message. -
ServerPackageInstallationException
Constructs an instance ofServerPackageInstallationException
with the specified detail message.- Parameters:
msg
- the detail message.
-