|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.globus.gsi.proxy.ProxyPathValidatorException
public class ProxyPathValidatorException
Field Summary | |
---|---|
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 Summary | |
---|---|
ProxyPathValidatorException(int errorCode)
Deprecated. |
|
ProxyPathValidatorException(int errorCode,
java.lang.String msg,
java.lang.Throwable root)
Deprecated. |
|
ProxyPathValidatorException(int errorCode,
java.lang.Throwable root)
Deprecated. |
|
ProxyPathValidatorException(int errorCode,
java.security.cert.X509Certificate cert,
java.lang.String msg)
Deprecated. |
Method Summary | |
---|---|
java.security.cert.X509Certificate |
getCertificate()
Deprecated. Returns the certificate that was being validated when the exception was thrown. |
static java.lang.String |
getDateAsString(java.util.Date date)
Deprecated. |
int |
getErrorCode()
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public ProxyPathValidatorException(int errorCode)
public ProxyPathValidatorException(int errorCode, java.lang.Throwable root)
public ProxyPathValidatorException(int errorCode, java.lang.String msg, java.lang.Throwable root)
public ProxyPathValidatorException(int errorCode, java.security.cert.X509Certificate cert, java.lang.String msg)
Method Detail |
---|
public int getErrorCode()
public java.security.cert.X509Certificate getCertificate()
Certificate
that was being validated when
the exception was thrown (or null
if not specified)public static java.lang.String getDateAsString(java.util.Date date)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |