|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException oracle.adf.share.security.ADFSecurityRuntimeException
public class ADFSecurityRuntimeException
ADF Security runtime exception.
Constructor Summary | |
---|---|
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 msg,
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 |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ADFSecurityRuntimeException(java.lang.String msg)
msg
- String detailed messagepublic ADFSecurityRuntimeException(java.lang.String msg, java.lang.Throwable cause)
msg
- String detailed messagecause
- parent exception that caused this onepublic ADFSecurityRuntimeException(java.lang.Throwable cause)
cause
- parent exception that caused this onepublic ADFSecurityRuntimeException(java.lang.String msgKey, java.lang.Object[] msgArgs)
msgKey
- the error message lookup keymsgArgs
- Object array for the messageFormatting or nullpublic 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 nullpublic 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 nullMethod Detail |
---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |