public class RemoteServicesException extends ITIMException
| Constructor and Description |
|---|
RemoteServicesException(java.lang.String error)
Constructor that accepts an error string.
|
RemoteServicesException(java.lang.String msgId,
java.util.Collection<java.lang.String> tokensColl,
java.lang.Throwable orginalException)
Constructor that accepts a message ID, array of tokens and an original exception.
|
RemoteServicesException(java.lang.String msgId,
java.lang.Object[] tokens)
Constructor that accepts a message ID & array of tokens.
|
RemoteServicesException(java.lang.String msgId,
java.lang.Object[] tokens,
java.lang.Throwable orginalException)
Constructor that accepts a message ID, array of tokens and an original exception.
|
RemoteServicesException(java.lang.String error,
java.lang.Throwable orginalException)
Constructor that accepts an error string / message ID and an original exception.
|
RemoteServicesException(java.lang.Throwable genericError)
Constructors a remote services exception from a generic exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getErrorMessageArgs()
Get the additional args to the error message.
|
java.lang.String |
getXMLFormattedMessage()
Gets the xml formatted error message.
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic RemoteServicesException(java.lang.String error)
error - Error string.public RemoteServicesException(java.lang.String msgId,
java.lang.Object[] tokens)
msgId - message identifier used to lookup a corresponding error
message from properties file.tokens - values for replacable tokens used in the error message.public RemoteServicesException(java.lang.String error,
java.lang.Throwable orginalException)
error - Error string / message ID.orginalException - originating exception or error.public RemoteServicesException(java.lang.String msgId,
java.lang.Object[] tokens,
java.lang.Throwable orginalException)
msgId - message identifier used to lookup a corresponding error
message from properties file.tokens - values for replacable tokens used in the error message.orginalException - originating exception or error.public RemoteServicesException(java.lang.String msgId,
java.util.Collection<java.lang.String> tokensColl,
java.lang.Throwable orginalException)
msgId - message identifier used to lookup a corresponding error
message from properties file.tokensColl - Collection of token values for replacable tokens used in the error message.
Collection objects must support toString() method.orginalException - originating exception or error.public RemoteServicesException(java.lang.Throwable genericError)
genericError - originating generic exception.public java.util.Collection<java.lang.String> getErrorMessageArgs()
public java.lang.String getXMLFormattedMessage()
To get the localized message corresponding to the message Id and tokens, call the toString method.
DTD definition of returned xml is: