|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.security.idaas.rest.provider.common.exception.RESTServerRuntimeException
Deprecated.
@Deprecated
public class RESTServerRuntimeException
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.
| 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 |
|---|
public RESTServerRuntimeException()
public RESTServerRuntimeException(java.lang.String msg)
public RESTServerRuntimeException(java.lang.Throwable cause)
public RESTServerRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||