public class DermisException extends AuthenticationException
messageArgs, messageCode, 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 message,
Throwable cause) |
DermisException(Throwable cause) |
getMessageArgs, getMessageCode, 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, 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–2022 Adobe Systems Inc.. All rights reserved.