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.config
Class JpsConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.jps.JpsRuntimeException
                  extended by oracle.security.jps.config.JpsConfigurationException

All Implemented Interfaces:
java.io.Serializable

public class JpsConfigurationException
extends JpsRuntimeException

Represents a (checked) JPS Configuration exception/error condition User: rkng Date: Feb 5, 2006 Time: 9:48:51 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
JpsConfigurationException()
           
JpsConfigurationException(java.lang.String msg)
           
JpsConfigurationException(java.lang.String msg, java.lang.Throwable cause)
           
JpsConfigurationException(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

JpsConfigurationException

public JpsConfigurationException()

JpsConfigurationException

public JpsConfigurationException(java.lang.String msg)

JpsConfigurationException

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

JpsConfigurationException

public JpsConfigurationException(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.