Skip navigation links

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

E27155-03


oracle.security.jps
Class JpsRuntimeException

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

All Implemented Interfaces:
java.io.Serializable, Localizable
Direct Known Subclasses:
CredStoreRuntimeException, JpsConfigurationException, PolicyStoreIncompatibleVersionException, PolicyStoreRuntimeException

public class JpsRuntimeException
extends JpsLocalizableRuntimeException

JPS runtime (unchecked) exception User: rkng Date: Nov 7, 2005 Time: 11:27:55 PM

See Also:
Serialized Form

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

JpsRuntimeException

public JpsRuntimeException()

JpsRuntimeException

public JpsRuntimeException(java.lang.String msg)

JpsRuntimeException

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

JpsRuntimeException

public JpsRuntimeException(java.lang.Throwable cause)

JpsRuntimeException

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

JpsRuntimeException

public JpsRuntimeException(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 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.