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
Put this exception class here because this exception class will be shared between WAC specified application ear and separated common interceptor ears for client application user lock out. The WAC lockout interceptor shall get the cause out and re-throw it.
- See Also:
- Serialized Form
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, 2011, Oracle and/or its affiliates. All rights reserved.