|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-01 |
|||||||||
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
oracle.security.idaas.oauth.resourceserver.ResourceServerProfileServiceException
public class ResourceServerProfileServiceException
This class ResourceServerServiceProfile Exception is the base exception for ResourceServerServiceProfile Interface This class and its subclasses are checked exceptions.
Constructor Summary
ResourceServerProfileServiceException() Constructs a new exception |
ResourceServerProfileServiceException(java.lang.String message) Constructs a new exception with the specified message |
ResourceServerProfileServiceException(java.lang.String message, java.lang.Throwable throwable) Constructs a new exception with the specified message and cause |
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 ResourceServerProfileServiceException()
public ResourceServerProfileServiceException(java.lang.String message, java.lang.Throwable throwable)
message
- - the specified error messagethrowable
- - the specified error causepublic ResourceServerProfileServiceException(java.lang.String message)
message
- - the specified error message
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |