public class CredentialException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
DEFECTIVE |
static int |
EXPIRED |
static int |
FAILURE |
static int |
IO_ERROR |
static int |
SEC_ERROR |
Constructor and Description |
---|
CredentialException(int errorCode,
String msgId,
Object[] args)
Constructor.
|
CredentialException(int errorCode,
String msgId,
Object[] args,
Throwable root)
Constructor.
|
CredentialException(int errorCode,
String msgId,
Throwable root)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
get the error code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int FAILURE
public static final int EXPIRED
public static final int DEFECTIVE
public static final int IO_ERROR
public static final int SEC_ERROR
public CredentialException(int errorCode, String msgId, Throwable root)
errorCode
- msgId
- root
- public CredentialException(int errorCode, String msgId, Object[] args)
errorCode
- msgId
- args
- Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.