Class JPackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdk.jpackage.internal.model.JPackageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigException
Generic jpackage exception with non-null message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJPackageException(String msg) JPackageException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JPackageException
-
JPackageException
-