Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle OAuth Service
11g Release 2 (11.1.2)

E57632-01


oracle.security.idaas.oauth.resourceserver
Class ResourceServerProfileServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idaas.oauth.resourceserver.ResourceServerProfileServiceException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidScopeException, ResourceServerProfileIdAlreadyUsedException, ResourceServerProfileNameAlreadyUsedException, ResourceServerProfileNotFoundException

public class ResourceServerProfileServiceException
extends java.lang.Exception

This class ResourceServerServiceProfile Exception is the base exception for ResourceServerServiceProfile Interface This class and its subclasses are checked exceptions.

See Also:
Serialized Form

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

  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

ResourceServerProfileServiceException

public ResourceServerProfileServiceException()
Constructs a new exception

ResourceServerProfileServiceException

public ResourceServerProfileServiceException(java.lang.String message,
                                             java.lang.Throwable throwable)
Constructs a new exception with the specified message and cause
Parameters:
message - - the specified error message
throwable - - the specified error cause

ResourceServerProfileServiceException

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

Skip navigation links

Copyright (c) 2014,<BR/>Oracle and/or its affiliates. All Rights Reserved.
<BR/>