public class DermisException extends AuthenticationException
logger, messageArgs, messageCode, originCode, originMessage, unresolvedMessage
Constructor and Description |
---|
DermisException() |
DermisException(String message) |
DermisException(String resourceID,
int severity)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
DermisException(String resourceID,
int severity,
Throwable cause)
A constructor that finds a string using
resourceID and logs. |
DermisException(String resourceID,
String[] args)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
DermisException(String resourceID,
String[] args,
int severity)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
DermisException(String resourceID,
String[] args,
int severity,
Throwable cause)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
DermisException(String resourceID,
String[] args,
String rootErrorCode,
String rootErrorMessage)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
DermisException(String message,
Throwable cause) |
DermisException(Throwable cause) |
getJson, getMessageArgs, getMessageCode, getOriginCode, getOriginMessage, getUnresolvedMessage, setMessageArgs, setMessageCode, setUnresolvedMessage
public DermisException()
public DermisException(String resourceID, String[] args, int severity)
resourceID
and
merges arguments and logs.resourceID
- key of message.args
- array containing value of place holders.severity
- severity of message.public DermisException(String resourceID, String[] args)
resourceID
and
merges arguments and logs.resourceID
- key of message.args
- array containing value of place holders.public DermisException(String resourceID, String[] args, String rootErrorCode, String rootErrorMessage)
resourceID
and
merges arguments and logs.resourceID
- key of message.args
- array containing value of place holders.public DermisException(String resourceID, int severity, Throwable cause)
resourceID
and logs.resourceID
- key of message.severity
- severity of message.cause
- cause of the exception.public DermisException(String resourceID, String[] args, int severity, Throwable cause)
resourceID
and
merges arguments and logs.resourceID
- key of message.args
- array containing value of place holders.severity
- severity of message.cause
- cause of the exception.public DermisException(String resourceID, int severity)
resourceID
and
merges arguments and logs.resourceID
- key of message.severity
- severity of message.public DermisException(String message)
public DermisException(Throwable cause)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.