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 ResourceServerProfileNotFoundException

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

All Implemented Interfaces:
java.io.Serializable

public class ResourceServerProfileNotFoundException
extends ResourceServerProfileServiceException

This ResourceServerProfileNotFoundException indicates the resource server profile is not found

See Also:
Serialized Form

Constructor Summary

ResourceServerProfileNotFoundException()
          Constructs a new exception
ResourceServerProfileNotFoundException(java.lang.String message)
          Constructs a new exception with the specified message
ResourceServerProfileNotFoundException(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

ResourceServerProfileNotFoundException

public ResourceServerProfileNotFoundException()
Constructs a new exception

ResourceServerProfileNotFoundException

public ResourceServerProfileNotFoundException(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 cause

ResourceServerProfileNotFoundException

public ResourceServerProfileNotFoundException(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/>