Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps
Class JpsException

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

All Implemented Interfaces:
java.io.Serializable, Localizable
Direct Known Subclasses:
AnonymousServiceException, AuditException, CredentialInvalidException, CredStoreException, IdentityStoreException, KeyStoreServiceException, PolicyStoreException, SsoServiceException

public class JpsException
extends JpsLocalizableException

JPS checked exception User: rkng Date: Nov 7, 2005 Time: 11:30:24 PM

See Also:
Serialized Form

Constructor Summary
JpsException()
           
JpsException(JpsBundleType bundleType, java.lang.String errorCode)
           
JpsException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
           
JpsException(java.lang.String msg)
           
JpsException(java.lang.String msg, java.lang.Throwable cause)
           
JpsException(java.lang.Throwable 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

JpsException

public JpsException()

JpsException

public JpsException(java.lang.String msg)

JpsException

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

JpsException

public JpsException(java.lang.Throwable cause)

JpsException

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

JpsException

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

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.