Package org.globus.gsi
Class GlobusCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.gsi.GlobusCredentialException
- All Implemented Interfaces:
Serializable
Encapsulates the exceptions caused
by various errors in/problems with Globus proxies.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGlobusCredentialException
(int errorCode, String msgId, Object[] args) GlobusCredentialException
(int errorCode, String msgId, Object[] args, Throwable root) GlobusCredentialException
(int errorCode, String msgId, Throwable root) -
Method Summary
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 FAILURE- See Also:
-
EXPIRED
public static final int EXPIRED- See Also:
-
DEFECTIVE
public static final int DEFECTIVE- See Also:
-
IO_ERROR
public static final int IO_ERROR- See Also:
-
SEC_ERROR
public static final int SEC_ERROR- See Also:
-
-
Constructor Details
-
GlobusCredentialException
-
GlobusCredentialException
-
GlobusCredentialException
-
-
Method Details
-
getErrorCode
public int getErrorCode()
-