public class AuthenticationException extends RuntimeException
Constructor and Description |
---|
AuthenticationException(String msg,
org.apache.commons.logging.Log log)
Logs the given message and create a RuntimeException object
|
AuthenticationException(String msg,
Throwable throwable,
org.apache.commons.logging.Log log)
Logs the given message and the root error and create a RuntimeException object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String msg, org.apache.commons.logging.Log log)
msg
- Error Messagelog
- Logger who need to consume messageCopyright © 2019 WSO2. All rights reserved.