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

E10686-07

oracle.adf.share.security
Class ADFSecurityAuthenticationException

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
                  extended by oracle.adf.share.security.ADFSecurityAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class ADFSecurityAuthenticationException
extends ADFSecurityRuntimeException

ADF Security runtime exception.

See Also:
Serialized Form

Constructor Summary
ADFSecurityAuthenticationException(java.lang.String msg)
          Constructs a ADFSecurityAuthenticationException with the specified detail message.
ADFSecurityAuthenticationException(java.lang.Throwable cause, java.lang.String msgKey)
          Constructor
 
Method Summary
 
Methods inherited from class oracle.adf.share.security.ADFSecurityRuntimeException
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

ADFSecurityAuthenticationException

public ADFSecurityAuthenticationException(java.lang.String msg)
Constructs a ADFSecurityAuthenticationException with the specified detail message.

Parameters:
msg - String detailed message

ADFSecurityAuthenticationException

public ADFSecurityAuthenticationException(java.lang.Throwable cause,
                                          java.lang.String msgKey)
Constructor

Parameters:
cause - parent exception that caused it or null
msgKey - the error message lookup key

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

E10686-07

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