public class AuthenticationException extends B2bException
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
COPYRIGHT |
private java.lang.String |
identity |
private Status |
status |
| Constructor and Description |
|---|
AuthenticationException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentity() |
Status |
getStatus() |
void |
setIdentity(java.lang.String identity) |
static final java.lang.String COPYRIGHT
private java.lang.String identity
private Status status
public AuthenticationException(java.lang.String message)
message - Description of the errorpublic java.lang.String getIdentity()
public void setIdentity(java.lang.String identity)
identity - The identity to set.public Status getStatus()