Skip navigation links

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

E14650-06


oracle.security.jps.service.credstore
Class CredStoreRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.jps.JpsLocalizableRuntimeException
                  extended by oracle.security.jps.JpsRuntimeException
                      extended by oracle.security.jps.service.credstore.CredStoreRuntimeException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class CredStoreRuntimeException
extends JpsRuntimeException

This is the basic CSF (Credential Store Framework) runtime exception.

See Also:
Serialized Form

Constructor Summary
CredStoreRuntimeException()
           
CredStoreRuntimeException(JpsBundleType bundleType, java.lang.String errorCode)
           
CredStoreRuntimeException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
           
CredStoreRuntimeException(java.lang.String msg)
           
CredStoreRuntimeException(java.lang.String msg, java.lang.Throwable cause)
           
CredStoreRuntimeException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableRuntimeException
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

CredStoreRuntimeException

public CredStoreRuntimeException()

CredStoreRuntimeException

public CredStoreRuntimeException(java.lang.String msg)

CredStoreRuntimeException

public CredStoreRuntimeException(java.lang.String msg,
                                 java.lang.Throwable cause)

CredStoreRuntimeException

public CredStoreRuntimeException(java.lang.Throwable cause)

CredStoreRuntimeException

public CredStoreRuntimeException(JpsBundleType bundleType,
                                 java.lang.String errorCode)

CredStoreRuntimeException

public CredStoreRuntimeException(JpsBundleType bundleType,
                                 java.lang.String errorCode,
                                 java.lang.Object[] parameters)

Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.