Skip navigation links

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

E14650-02


oracle.security.jps
Class JpsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsException

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

public class JpsException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
JpsException()
           
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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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)

Skip navigation links

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

E14650-02


Copyright © 2009, Oracle. All rights reserved.