public class ProxyPathValidatorException extends GeneralSecurityException
Modifier and Type | Field and Description |
---|---|
static int |
EXPIRED_CRL
Deprecated.
|
static int |
FAILURE
Deprecated.
|
static int |
LIMITED_PROXY_ERROR
Deprecated.
|
static int |
NO_SIGNING_POLICY
Deprecated.
|
static int |
NO_SIGNING_POLICY_FILE
Deprecated.
|
static int |
PATH_LENGTH_EXCEEDED
Deprecated.
|
static int |
PROXY_VIOLATION
Deprecated.
|
static int |
REVOKED
Deprecated.
|
static int |
SIGNING_POLICY_VIOLATION
Deprecated.
|
static int |
UNKNOWN_CA
Deprecated.
|
static int |
UNKNOWN_POLICY
Deprecated.
|
static int |
UNSUPPORTED_EXTENSION
Deprecated.
|
Constructor and Description |
---|
ProxyPathValidatorException(int errorCode)
Deprecated.
|
ProxyPathValidatorException(int errorCode,
String msg,
Throwable root)
Deprecated.
|
ProxyPathValidatorException(int errorCode,
Throwable root)
Deprecated.
|
ProxyPathValidatorException(int errorCode,
X509Certificate cert,
String msg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate()
Deprecated.
Returns the certificate that was being validated when
the exception was thrown.
|
static String |
getDateAsString(Date date)
Deprecated.
|
int |
getErrorCode()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int FAILURE
public static final int PROXY_VIOLATION
public static final int UNSUPPORTED_EXTENSION
public static final int PATH_LENGTH_EXCEEDED
public static final int UNKNOWN_CA
public static final int UNKNOWN_POLICY
public static final int REVOKED
public static final int LIMITED_PROXY_ERROR
public static final int EXPIRED_CRL
public static final int NO_SIGNING_POLICY_FILE
public static final int NO_SIGNING_POLICY
public static final int SIGNING_POLICY_VIOLATION
public ProxyPathValidatorException(int errorCode)
public ProxyPathValidatorException(int errorCode, Throwable root)
public ProxyPathValidatorException(int errorCode, String msg, Throwable root)
public ProxyPathValidatorException(int errorCode, X509Certificate cert, String msg)
public int getErrorCode()
public X509Certificate getCertificate()
Certificate
that was being validated when
the exception was thrown (or null
if not specified)Copyright © 2016. All rights reserved.