Skip navigation links

Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service
11g Release 2 Patch Set 3 (11.1.2.3)

E59498-01


oracle.security.idaas.oauth.resourceserver
Class InvalidScopeException

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.InvalidScopeException

All Implemented Interfaces:
java.io.Serializable

public class InvalidScopeException
extends ResourceServerProfileServiceException

This InvalidScopeException indicates when requested scopes are not valid

See Also:
Serialized Form

Constructor Summary

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

InvalidScopeException

public InvalidScopeException()
Constructs a new exception

InvalidScopeException

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

InvalidScopeException

public InvalidScopeException(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

Skip navigation links

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