com.bea.wlcp.wlng.api.plugin
Class WacOAuthClientAppAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
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 |
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)
getCause
public com.bea.wlcp.wlng.RestException getCause()
getClientId
public java.lang.String getClientId()
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.