Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


oracle.adf.share.security
Class ADFSecurityRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adf.share.security.ADFSecurityRuntimeException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ADFSecurityAuthenticationException

public class ADFSecurityRuntimeException
extends java.lang.RuntimeException

ADF Security runtime exception.

See Also:
Serialized Form

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

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.String msg)
Constructs a ADFSecurityRuntimeException with the specified detail message.
Parameters:
msg - String detailed message

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.String msg,
                                   java.lang.Throwable cause)
Constructs a ADFSecurityRuntimeException with the specified detail message and cause.
Parameters:
msg - String detailed message
cause - parent exception that caused this one

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.Throwable cause)
Constructor
Parameters:
cause - parent exception that caused this one

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.String msgKey,
                                   java.lang.Object[] msgArgs)
Constructor
Parameters:
msgKey - the error message lookup key
msgArgs - Object array for the messageFormatting or null

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.Throwable cause,
                                   java.lang.String msgKey,
                                   java.lang.Object[] msgArgs)
Constructor
Parameters:
cause - parent exception that caused it or null
msgKey - the error message lookup key
msgArgs - Object array for the messageFormatting or null

ADFSecurityRuntimeException

public ADFSecurityRuntimeException(java.lang.Throwable cause,
                                   java.lang.String msgKey,
                                   java.util.ResourceBundle resourceBundle,
                                   java.lang.Object[] msgArgs)
Constructor
Parameters:
cause - Parent exception that caused it
msgKey - The error message lookup key
resourceBundle - The resource bundle or null to use the default
msgArgs - Object array for the messageFormatting or null

Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


Copyright © 1997, 2009, Oracle. All rights reserved.