public class CredentialException
extends java.lang.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,
java.lang.String msgId,
java.lang.Object[] args)
Constructor.
|
CredentialException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable root)
Constructor.
|
CredentialException(int errorCode,
java.lang.String msgId,
java.lang.Throwable root)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
get the error code.
|
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,
java.lang.String msgId,
java.lang.Throwable root)
errorCode - msgId - root - public CredentialException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args)
errorCode - msgId - args - public CredentialException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable root)
errorCode - msgId - args - root - Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.