public class ADFSecurityRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ADFSecurityRuntimeException(java.lang.String msg)
Constructs a ADFSecurityRuntimeException with the specified detail message.
|
ADFSecurityRuntimeException(java.lang.String msgKey, java.lang.Object[] msgArgs)
Constructor
|
ADFSecurityRuntimeException(java.lang.String msgKey, java.util.ResourceBundle resourceBundle, java.lang.Object[] msgArgs)
Constructor
|
ADFSecurityRuntimeException(java.lang.String msgKey, java.util.ResourceBundle res, java.lang.Throwable cause)
Constructs a ADFSecurityRuntimeException with the specified detail message and cause.
|
ADFSecurityRuntimeException(java.lang.String msgKey, java.lang.Throwable cause)
Constructs a ADFSecurityRuntimeException with the specified detail message and cause.
|
ADFSecurityRuntimeException(java.lang.Throwable cause)
Constructor
|
ADFSecurityRuntimeException(java.lang.Throwable cause, java.lang.String msgKey, java.lang.Object[] msgArgs)
Constructor
|
ADFSecurityRuntimeException(java.lang.Throwable cause, java.lang.String msgKey, java.util.ResourceBundle resourceBundle, java.lang.Object[] msgArgs)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
public ADFSecurityRuntimeException(java.lang.String msg)
msg - String detailed message
public ADFSecurityRuntimeException(java.lang.String msgKey,
java.lang.Throwable cause)
msgKey - String detailed messagecause - parent exception that caused this one
public ADFSecurityRuntimeException(java.lang.String msgKey,
java.util.ResourceBundle res,
java.lang.Throwable cause)
msgKey - String detailed messagecause - parent exception that caused this onepublic ADFSecurityRuntimeException(java.lang.Throwable cause)
cause - parent exception that caused this one
public ADFSecurityRuntimeException(java.lang.String msgKey,
java.lang.Object[] msgArgs)
msgKey - the error message lookup keymsgArgs - Object array for the messageFormatting or null
public ADFSecurityRuntimeException(java.lang.String msgKey,
java.util.ResourceBundle resourceBundle,
java.lang.Object[] msgArgs)
msgKey - the error message lookup keyresourceBundle - message resource bundle for error messagesmsgArgs - Object array for the messageFormatting or null
public ADFSecurityRuntimeException(java.lang.Throwable cause,
java.lang.String msgKey,
java.lang.Object[] msgArgs)
cause - parent exception that caused it or nullmsgKey - the error message lookup keymsgArgs - Object array for the messageFormatting or null
public ADFSecurityRuntimeException(java.lang.Throwable cause,
java.lang.String msgKey,
java.util.ResourceBundle resourceBundle,
java.lang.Object[] msgArgs)
cause - Parent exception that caused itmsgKey - The error message lookup keyresourceBundle - The resource bundle or null to use the defaultmsgArgs - Object array for the messageFormatting or null