org.globus.gsi.proxy
Class ProxyPathValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.globus.common.ChainedGeneralSecurityException
org.globus.gsi.proxy.ProxyPathValidatorException
- All Implemented Interfaces:
- Serializable
- public class ProxyPathValidatorException
- extends ChainedGeneralSecurityException
- See Also:
- Serialized Form
FAILURE
public static final int FAILURE
- See Also:
- Constant Field Values
PROXY_VIOLATION
public static final int PROXY_VIOLATION
- See Also:
- Constant Field Values
UNSUPPORTED_EXTENSION
public static final int UNSUPPORTED_EXTENSION
- See Also:
- Constant Field Values
PATH_LENGTH_EXCEEDED
public static final int PATH_LENGTH_EXCEEDED
- See Also:
- Constant Field Values
UNKNOWN_CA
public static final int UNKNOWN_CA
- See Also:
- Constant Field Values
UNKNOWN_POLICY
public static final int UNKNOWN_POLICY
- See Also:
- Constant Field Values
REVOKED
public static final int REVOKED
- See Also:
- Constant Field Values
LIMITED_PROXY_ERROR
public static final int LIMITED_PROXY_ERROR
- See Also:
- Constant Field Values
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode)
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode,
Throwable root)
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode,
String msg,
Throwable root)
ProxyPathValidatorException
public ProxyPathValidatorException(int errorCode,
X509Certificate cert,
String msg)
getErrorCode
public int getErrorCode()
getCertificate
public X509Certificate getCertificate()
- Returns the certificate that was being validated when
the exception was thrown.
- Returns:
- the
Certificate
that was being validated when
the exception was thrown (or null
if not specified)