Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rest.provider.common.exception
Class RESTMisconfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.idaas.common.util.OICRTException
                  extended by oracle.security.idaas.rest.provider.common.exception.RESTMisconfigurationException

All Implemented Interfaces:
java.io.Serializable, oracle.security.idaas.common.util.OICException

public class RESTMisconfigurationException
extends oracle.security.idaas.common.util.OICRTException
See Also:
Serialized Form

Constructor Summary
RESTMisconfigurationException()
          Constructs a new exception
RESTMisconfigurationException(java.lang.String msg)
          Constructs a new exception with the specified message ID for the current locale
RESTMisconfigurationException(java.lang.String message, java.lang.String errorCode)
           
RESTMisconfigurationException(java.lang.String msg, java.lang.Throwable cause)
          Construct a new exception with the specified messageID and cause
RESTMisconfigurationException(java.lang.Throwable cause)
          Construct a new exception with the specified cause

 

Method Summary

 

Methods inherited from class oracle.security.idaas.common.util.OICRTException
getErrorCode

 

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.security.idaas.common.util.OICException
getCause, getMessage

 

Constructor Detail

RESTMisconfigurationException

public RESTMisconfigurationException()
Constructs a new exception

RESTMisconfigurationException

public RESTMisconfigurationException(java.lang.String msg)
Constructs a new exception with the specified message ID for the current locale
Parameters:
msg -

RESTMisconfigurationException

public RESTMisconfigurationException(java.lang.Throwable cause)
Construct a new exception with the specified cause
Parameters:
cause - - exception cause

RESTMisconfigurationException

public RESTMisconfigurationException(java.lang.String msg,
                                     java.lang.Throwable cause)
Construct a new exception with the specified messageID and cause
Parameters:
msg -
cause - - exception cause

RESTMisconfigurationException

public RESTMisconfigurationException(java.lang.String message,
                                     java.lang.String errorCode)

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT