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.service.attribute
Class AttributeServiceException

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.jps.service.attribute.AttributeServiceException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class AttributeServiceException
extends JpsException
See Also:
Serialized Form

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

AttributeServiceException

public AttributeServiceException()

AttributeServiceException

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

AttributeServiceException

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

AttributeServiceException

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

AttributeServiceException

public AttributeServiceException(java.lang.String msg)

AttributeServiceException

public AttributeServiceException(java.lang.Throwable cause)

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.