Package com.ptc.optegra.vault
Class VaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.optegra.vault.VaultException
- All Implemented Interfaces:
Serializable
VaultException:
Supported API: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultException(String message) Construct VaultException with "message" only.VaultException(String message, Exception ex) Construct VaultException with nested exception "ex" Detail field contains the details about the exception occured
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionProduce the message, include the message from the nested exception if there is one.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultException
Construct VaultException with nested exception "ex" Detail field contains the details about the exception occured
Supported API: true -
VaultException
Construct VaultException with "message" only.
Supported API: true
-
-
Method Details
-
getMessage
Produce the message, include the message from the nested exception if there is one.
Supported API: true- Overrides:
getMessagein classThrowable- Returns:
- String
-