public class SecurityProviderException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ACCESS_DENIED |
static int |
STATUS_ACCOUNT_NOT_FOUND |
static int |
STATUS_ALREADY_EXISTS |
static int |
STATUS_BINDINGS_FAILURE |
static int |
STATUS_DOMAIN_NOT_FOUND |
static int |
STATUS_ENTRY_NOT_FOUND |
static int |
STATUS_INVALID_CREDENTIALS |
static int |
STATUS_RECOVERABLE_FAILURE |
Constructor and Description |
---|
SecurityProviderException(int code,
java.lang.String message) |
SecurityProviderException(int code,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
public static final int STATUS_ACCOUNT_NOT_FOUND
public static final int STATUS_INVALID_CREDENTIALS
public static final int STATUS_RECOVERABLE_FAILURE
public static final int STATUS_DOMAIN_NOT_FOUND
public static final int STATUS_ENTRY_NOT_FOUND
public static final int STATUS_ALREADY_EXISTS
public static final int STATUS_ACCESS_DENIED
public static final int STATUS_BINDINGS_FAILURE