public class LoginAuthenticationExceptionException extends Exception
| Constructor and Description |
|---|
LoginAuthenticationExceptionException() |
LoginAuthenticationExceptionException(String s) |
LoginAuthenticationExceptionException(String s,
Throwable ex) |
LoginAuthenticationExceptionException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
LoginAuthenticationException |
getFaultMessage() |
void |
setFaultMessage(LoginAuthenticationException msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoginAuthenticationExceptionException()
public LoginAuthenticationExceptionException(String s)
public LoginAuthenticationExceptionException(String s, Throwable ex)
public LoginAuthenticationExceptionException(Throwable cause)
public void setFaultMessage(LoginAuthenticationException msg)
public LoginAuthenticationException getFaultMessage()
Copyright © 2025 WSO2. All rights reserved.