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:
java.io.Serializable
public class ProxyPathValidatorException extends java.security.GeneralSecurityExceptionDeprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intEXPIRED_CRLDeprecated.static intFAILUREDeprecated.static intLIMITED_PROXY_ERRORDeprecated.static intNO_SIGNING_POLICYDeprecated.static intNO_SIGNING_POLICY_FILEDeprecated.static intPATH_LENGTH_EXCEEDEDDeprecated.static intPROXY_VIOLATIONDeprecated.static intREVOKEDDeprecated.static intSIGNING_POLICY_VIOLATIONDeprecated.static intUNKNOWN_CADeprecated.static intUNKNOWN_POLICYDeprecated.static intUNSUPPORTED_EXTENSIONDeprecated.
-
Constructor Summary
Constructors Constructor Description 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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.security.cert.X509CertificategetCertificate()Deprecated.Returns the certificate that was being validated when the exception was thrown.static java.lang.StringgetDateAsString(java.util.Date date)Deprecated.intgetErrorCode()Deprecated.
-
-
-
Field Detail
-
FAILURE
public static final int FAILURE
Deprecated.- See Also:
- Constant Field Values
-
PROXY_VIOLATION
public static final int PROXY_VIOLATION
Deprecated.- See Also:
- Constant Field Values
-
UNSUPPORTED_EXTENSION
public static final int UNSUPPORTED_EXTENSION
Deprecated.- See Also:
- Constant Field Values
-
PATH_LENGTH_EXCEEDED
public static final int PATH_LENGTH_EXCEEDED
Deprecated.- See Also:
- Constant Field Values
-
UNKNOWN_CA
public static final int UNKNOWN_CA
Deprecated.- See Also:
- Constant Field Values
-
UNKNOWN_POLICY
public static final int UNKNOWN_POLICY
Deprecated.- See Also:
- Constant Field Values
-
REVOKED
public static final int REVOKED
Deprecated.- See Also:
- Constant Field Values
-
LIMITED_PROXY_ERROR
public static final int LIMITED_PROXY_ERROR
Deprecated.- See Also:
- Constant Field Values
-
EXPIRED_CRL
public static final int EXPIRED_CRL
Deprecated.- See Also:
- Constant Field Values
-
NO_SIGNING_POLICY_FILE
public static final int NO_SIGNING_POLICY_FILE
Deprecated.- See Also:
- Constant Field Values
-
NO_SIGNING_POLICY
public static final int NO_SIGNING_POLICY
Deprecated.- See Also:
- Constant Field Values
-
SIGNING_POLICY_VIOLATION
public static final int SIGNING_POLICY_VIOLATION
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode)
Deprecated.
-
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode, java.lang.Throwable root)Deprecated.
-
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode, java.lang.String msg, java.lang.Throwable root)Deprecated.
-
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode, java.security.cert.X509Certificate cert, java.lang.String msg)Deprecated.
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
Deprecated.
-
getCertificate
public java.security.cert.X509Certificate getCertificate()
Deprecated.Returns the certificate that was being validated when the exception was thrown.- Returns:
- the
Certificatethat was being validated when the exception was thrown (ornullif not specified)
-
getDateAsString
public static java.lang.String getDateAsString(java.util.Date date)
Deprecated.
-
-