Skip navigation links

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


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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idaas.common.util.OICBaseException
              extended by oracle.security.idaas.rest.provider.common.exception.RESTBadRequestException

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

public class RESTBadRequestException
extends oracle.security.idaas.common.util.OICBaseException

RESTBadRequestException representswhen a request is bad, missing required params or failing validation etc.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.security.idaas.common.util.OICBaseException
errorCode

 

Constructor Summary
RESTBadRequestException()
          Constructs a new exception
RESTBadRequestException(java.lang.String msg)
          Constructs a new exception with the specified message
RESTBadRequestException(java.lang.String message, java.lang.String errorCode)
           
RESTBadRequestException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable cause)
           
RESTBadRequestException(java.lang.String msg, java.lang.Throwable cause)
          Construct a new exception with the specified message and cause
RESTBadRequestException(java.lang.Throwable cause)
          Construct a new exception with the specified cause

 

Method Summary

 

Methods inherited from class oracle.security.idaas.common.util.OICBaseException
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

RESTBadRequestException

public RESTBadRequestException()
Constructs a new exception

RESTBadRequestException

public RESTBadRequestException(java.lang.String msg)
Constructs a new exception with the specified message
Parameters:
msg -

RESTBadRequestException

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

RESTBadRequestException

public RESTBadRequestException(java.lang.String msg,
                               java.lang.Throwable cause)
Construct a new exception with the specified message and cause
Parameters:
msg - - message for the current locale
cause - - exception cause

RESTBadRequestException

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

RESTBadRequestException

public RESTBadRequestException(java.lang.String message,
                               java.lang.String errorCode,
                               java.lang.Throwable cause)

Skip navigation links

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