Skip navigation links

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

E10686-06


oracle.adf.share.security
Class CredentialNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.adf.share.security.ADFSecurityException
              extended by oracle.adf.share.security.CredentialNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class CredentialNotFoundException
extends ADFSecurityException

ADF Security exception indicating credential not found

See Also:
Serialized Form

Constructor Summary
CredentialNotFoundException(java.lang.String msgKey)
          Constructs a CredentialNotFoundException with the specified detail message.
CredentialNotFoundException(java.lang.String credKey, java.lang.String credLocation)
           
CredentialNotFoundException(java.lang.String credKey, java.lang.String credLocation, java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.adf.share.security.ADFSecurityException
getCause, getErrorMessage, getErrorMsgKey, getLocalErrorMessage, getLocalizedMessage, init, printErrorMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

CredentialNotFoundException

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

CredentialNotFoundException

public CredentialNotFoundException(java.lang.String credKey,
                                   java.lang.String credLocation)

CredentialNotFoundException

public CredentialNotFoundException(java.lang.String credKey,
                                   java.lang.String credLocation,
                                   java.lang.Throwable cause)

Skip navigation links

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

E10686-06


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