Skip navigation links

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


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

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MobileSecurityHandlerConfigException

Deprecated.

@Deprecated
public class RESTServerRuntimeException
extends java.lang.RuntimeException

A base class for REST-related exception caused by server operation failure

Please note this class inherits from RuntimeException. That means one does not need to declare this exception in "throws" clause. TODO: This exception will be removed. Provider code should be changed to not use this exception and instead throw the new common OICRTException.java instead.

See Also:
Serialized Form

Constructor Summary
RESTServerRuntimeException()
          Deprecated.  
RESTServerRuntimeException(java.lang.String msg)
          Deprecated.  
RESTServerRuntimeException(java.lang.String msg, java.lang.Throwable cause)
          Deprecated.  
RESTServerRuntimeException(java.lang.Throwable cause)
          Deprecated.  

 

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

 

Constructor Detail

RESTServerRuntimeException

public RESTServerRuntimeException()
Deprecated. 

RESTServerRuntimeException

public RESTServerRuntimeException(java.lang.String msg)
Deprecated. 

RESTServerRuntimeException

public RESTServerRuntimeException(java.lang.Throwable cause)
Deprecated. 

RESTServerRuntimeException

public RESTServerRuntimeException(java.lang.String msg,
                                  java.lang.Throwable cause)
Deprecated. 

Skip navigation links

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