Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.plugin
Class WacOAuthClientAppAuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.wlcp.wlng.api.plugin.WacOAuthClientAppAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class WacOAuthClientAppAuthenticationException
extends java.lang.RuntimeException

This exception class is shared between WAC-specified application ears and separate common interceptor ears for client application user lock out. The WAC lockout interceptor will retrieve the cause and re-throw it.

See Also:
Serialized Form

Constructor Summary
WacOAuthClientAppAuthenticationException(java.lang.String clientId, com.bea.wlcp.wlng.RestException cause)
           
WacOAuthClientAppAuthenticationException(java.lang.String clientId, com.bea.wlcp.wlng.RestException cause, java.lang.String description)
           
 
Method Summary
 com.bea.wlcp.wlng.RestException getCause()
           
 java.lang.String getClientId()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

WacOAuthClientAppAuthenticationException

public WacOAuthClientAppAuthenticationException(java.lang.String clientId,
                                                com.bea.wlcp.wlng.RestException cause)

WacOAuthClientAppAuthenticationException

public WacOAuthClientAppAuthenticationException(java.lang.String clientId,
                                                com.bea.wlcp.wlng.RestException cause,
                                                java.lang.String description)
Method Detail

getCause

public com.bea.wlcp.wlng.RestException getCause()

getClientId

public java.lang.String getClientId()

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.