public class ProvisioningRuntimeException extends SuperRuntimeException
| Constructor and Description |
|---|
ProvisioningRuntimeException()
Constructs a new super exception with null as its detail message.
|
ProvisioningRuntimeException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
ProvisioningRuntimeException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new super exception with the specified detail message.
|
ProvisioningRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and
cause.
|
ProvisioningRuntimeException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprintpublic ProvisioningRuntimeException()
public ProvisioningRuntimeException(java.lang.String message)
message - the detail messagepublic ProvisioningRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic ProvisioningRuntimeException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
errorCode - errorMessage - errorData - e - public ProvisioningRuntimeException(java.lang.Throwable cause)
cause - the cause