Skip navigation links

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

E54416-01


oracle.security.opss.service.config
Class RegistrationException

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.opss.service.config.ConfigurationException
                      extended by oracle.security.opss.service.config.RegistrationException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class RegistrationException
extends ConfigurationException
Author:
vbkumarjayanti
See Also:
Serialized Form

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

RegistrationException

public RegistrationException()

RegistrationException

public RegistrationException(java.lang.String msg)

RegistrationException

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

RegistrationException

public RegistrationException(java.lang.Throwable cause)

RegistrationException

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

RegistrationException

public RegistrationException(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)

E54416-01


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