public class AuthenticationException
extends pl.edu.icm.unity.exceptions.EngineException
| Constructor and Description |
|---|
AuthenticationException(AuthenticationResult result,
String msg) |
AuthenticationException(AuthenticationResult result,
String msg,
Throwable cause) |
AuthenticationException(String msg) |
AuthenticationException(String msg,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(AuthenticationResult result, String msg, Throwable cause)
result - authentication result - should be failed, not successful.msg - cause - public AuthenticationException(AuthenticationResult result, String msg)
public AuthenticationException(String msg)
public AuthenticationResult getResult()
Copyright © 2018 Unity. All rights reserved.