Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.service.keystore
Class KeyStoreServiceException

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.keystore.KeyStoreServiceException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class KeyStoreServiceException
extends JpsException

This is the basic FKS exception.

See Also:
Serialized Form

Constructor Summary
KeyStoreServiceException()
          The empty constructor
KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundle type and error code.
KeyStoreServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundle type, error code and parameters.
KeyStoreServiceException(java.lang.String msg)
          The constructor takes the message
KeyStoreServiceException(java.lang.String msg, java.lang.Throwable cause)
          The constructor takes the message and the cause
KeyStoreServiceException(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

KeyStoreServiceException

public KeyStoreServiceException()
The empty constructor

KeyStoreServiceException

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

KeyStoreServiceException

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

KeyStoreServiceException

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

KeyStoreServiceException

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

KeyStoreServiceException

public KeyStoreServiceException(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 Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.