Package org.globus.gsi.proxy
Class ProxyPathValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.globus.gsi.proxy.ProxyPathValidatorException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate X509Certificate
Deprecated.private int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionProxyPathValidatorException
(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. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the certificate that was being validated when the exception was thrown.static String
getDateAsString
(Date date) Deprecated.int
Deprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FAILURE
public static final int FAILUREDeprecated.- See Also:
-
PROXY_VIOLATION
public static final int PROXY_VIOLATIONDeprecated.- See Also:
-
UNSUPPORTED_EXTENSION
public static final int UNSUPPORTED_EXTENSIONDeprecated.- See Also:
-
PATH_LENGTH_EXCEEDED
public static final int PATH_LENGTH_EXCEEDEDDeprecated.- See Also:
-
UNKNOWN_CA
public static final int UNKNOWN_CADeprecated.- See Also:
-
UNKNOWN_POLICY
public static final int UNKNOWN_POLICYDeprecated.- See Also:
-
REVOKED
public static final int REVOKEDDeprecated.- See Also:
-
LIMITED_PROXY_ERROR
public static final int LIMITED_PROXY_ERRORDeprecated.- See Also:
-
EXPIRED_CRL
public static final int EXPIRED_CRLDeprecated.- See Also:
-
NO_SIGNING_POLICY_FILE
public static final int NO_SIGNING_POLICY_FILEDeprecated.- See Also:
-
NO_SIGNING_POLICY
public static final int NO_SIGNING_POLICYDeprecated.- See Also:
-
SIGNING_POLICY_VIOLATION
public static final int SIGNING_POLICY_VIOLATIONDeprecated.- See Also:
-
cert
Deprecated. -
errorCode
private int errorCodeDeprecated.
-
-
Constructor Details
-
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode) Deprecated. -
ProxyPathValidatorException
Deprecated. -
ProxyPathValidatorException
Deprecated. -
ProxyPathValidatorException
Deprecated.
-
-
Method Details
-
getErrorCode
public int getErrorCode()Deprecated. -
getCertificate
Deprecated.Returns the certificate that was being validated when the exception was thrown.- Returns:
- the
Certificate
that was being validated when the exception was thrown (ornull
if not specified)
-
getDateAsString
Deprecated.
-