public class OpenPagesException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
OpenPagesException()
Constructs a new OpenPagesException with
null as its
detail message. |
OpenPagesException(ErrorCode code,
java.util.List<java.lang.Object> parameters)
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code.
|
OpenPagesException(ErrorCode code,
java.util.List<java.lang.Object> parameters,
java.lang.Throwable cause)
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code and cause.
|
OpenPagesException(java.lang.String message)
Constructs a new OpenPagesException with the specified detail message.
|
OpenPagesException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new OpenPagesException with the specified detail message and
cause.
|
OpenPagesException(java.lang.Throwable cause)
Constructs a new OpenPagesException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalMessage()
Returns the OpenPages message of this exception if there is any,
otherwise returns the message of the exception.
|
ErrorCode |
getCode() |
java.lang.String |
getLocalizedMessage()
Returns the localized message of this exception.
|
java.lang.String |
getMessage()
Returns the message of this exception.
|
java.util.List<java.lang.Object> |
getParameters() |
java.util.Date |
getTimestamp() |
public OpenPagesException()
null as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable).public OpenPagesException(java.lang.String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for later retrieval
by the getMessage() method.public OpenPagesException(java.lang.String message,
java.lang.Throwable cause)
Note that the detail message associated with
cause is not automatically incorporated in
this runtime exception's detail message.
message - the detail message, which is saved for later retrieval
by the getMessage() method.cause - the cause, which is saved for later retrieval by the
Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or
unknown.public OpenPagesException(java.lang.Throwable cause)
cause - the cause, which is saved for later retrieval by the
Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or
unknown.public OpenPagesException(ErrorCode code, java.util.List<java.lang.Object> parameters)
Throwable.initCause(java.lang.Throwable).code - (required) the OpenPages Error Code for this Exceptionparameters - any parameters for the Error's formatted error message textpublic OpenPagesException(ErrorCode code, java.util.List<java.lang.Object> parameters, java.lang.Throwable cause)
code - (required) the OpenPages Error Code for this Exceptionparameters - any parameters for the Error's formatted error message textcause - the cause, which is saved for later retrieval by the
Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or
unknown.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic ErrorCode getCode()
public java.util.List<java.lang.Object> getParameters()
public java.lang.String getAdditionalMessage()
public java.util.Date getTimestamp()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.