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.client
Class ClientSecurityManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idaas.oauth.client.ClientSecurityManagerException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientProfileNotFoundException, InvalidRequestDataException

public class ClientSecurityManagerException
extends java.lang.Exception

This ClientSecurityManagerException is the base exception for Client Security Manager It and its subclasses are checked exception

See Also:
Serialized Form

Constructor Summary

ClientSecurityManagerException(java.lang.String message)
           
ClientSecurityManagerException(java.lang.String message, java.lang.Throwable throwable)
           

  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

ClientSecurityManagerException

public ClientSecurityManagerException(java.lang.String message,
                                      java.lang.Throwable throwable)

ClientSecurityManagerException

public ClientSecurityManagerException(java.lang.String message)

Skip navigation links

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