Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-05


oracle.security.jps.service.credstore
Class CredentialExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsLocalizableException
              extended by oracle.security.jps.JpsException
                  extended by oracle.security.jps.service.credstore.CredStoreException
                      extended by oracle.security.jps.service.credstore.CredentialExpiredException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class CredentialExpiredException
extends CredStoreException

This is the CSF (Credential Store Framework) exception.

See Also:
Serialized Form

Constructor Summary
CredentialExpiredException()
          The empty constructor
CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundle type and error code.
CredentialExpiredException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundle type, error code and parameters.
CredentialExpiredException(java.lang.String msg)
          The constructor takes the message
CredentialExpiredException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
CredentialExpiredException(java.lang.Throwable cause)
          The constructor takes the cause

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters

 

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

 

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

 

Constructor Detail

CredentialExpiredException

public CredentialExpiredException()
The empty constructor

CredentialExpiredException

public CredentialExpiredException(java.lang.String msg)
The constructor takes the message
Parameters:
msg -

CredentialExpiredException

public CredentialExpiredException(java.lang.String msg,
                                  java.lang.Throwable cause)
The constructor takes the message and the cause
Parameters:
msg -
cause -

CredentialExpiredException

public CredentialExpiredException(java.lang.Throwable cause)
The constructor takes the cause
Parameters:
cause -

CredentialExpiredException

public CredentialExpiredException(JpsBundleType bundleType,
                                  java.lang.String errorCode)
The constructor takes bundle type and error code.
Parameters:
bundleType - bundle type
errorCode - error code

CredentialExpiredException

public CredentialExpiredException(JpsBundleType bundleType,
                                  java.lang.String errorCode,
                                  java.lang.Object[] parameters)
The constructor takes bundle type, error code and parameters.
Parameters:
bundleType - bundle type
errorCode - error code
parameters - parameters

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-05


Copyright © 2011, Oracle. All rights reserved.