Skip navigation links
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:
- Serializable
- public class WacOAuthClientAppAuthenticationException
- extends 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 |
WacOAuthClientAppAuthenticationException
public WacOAuthClientAppAuthenticationException(String clientId,
RestException cause)
WacOAuthClientAppAuthenticationException
public WacOAuthClientAppAuthenticationException(String clientId,
RestException cause,
String description)
getCause
public RestException getCause()
getClientId
public String getClientId()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.