public class PrimaryAuthenticationException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimaryAuthenticationException.Reasons
Possible reasons the exception was thrown.
|
| Constructor and Description |
|---|
PrimaryAuthenticationException(String message,
String systemId,
PrimaryAuthenticationException.Reasons reason)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryAuthenticationException.Reasons |
getReason() |
String |
getSystemId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrimaryAuthenticationException(String message, String systemId, PrimaryAuthenticationException.Reasons reason)
message - A message for logging.systemId - The external systems id.reason - The reason.public PrimaryAuthenticationException.Reasons getReason()
public String getSystemId()
Copyright © 2019 Communote team. All rights reserved.