public class AuthenticationException
extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticationException(java.lang.String _msg) |
AuthenticationException(java.lang.String _msg,
java.lang.Throwable _cause) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationException |
getServerSideAuthenticationException()
Return the underlying root cause as an AuthenticationException,
if the root cause is a ServerSideException that has wrapped an AuthenticationException.
|
boolean |
isRootCauseSSAuthenticationException()
Returns true if the root cause is a "hidden" AuthenticationException in the shape of a ServerSideException
|
public AuthenticationException(java.lang.String _msg)
public AuthenticationException(java.lang.String _msg,
java.lang.Throwable _cause)
public AuthenticationException getServerSideAuthenticationException()
public boolean isRootCauseSSAuthenticationException()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.