org.globus.gsi
Class GlobusCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.common.ChainedException
org.globus.gsi.GlobusCredentialException
- All Implemented Interfaces:
- Serializable
public class GlobusCredentialException
- extends ChainedException
Encapsulates the exceptions caused
by various errors in/problems with Globus proxies.
- See Also:
- Serialized Form
FAILURE
public static final int FAILURE
- See Also:
- Constant Field Values
EXPIRED
public static final int EXPIRED
- See Also:
- Constant Field Values
DEFECTIVE
public static final int DEFECTIVE
- See Also:
- Constant Field Values
IO_ERROR
public static final int IO_ERROR
- See Also:
- Constant Field Values
SEC_ERROR
public static final int SEC_ERROR
- See Also:
- Constant Field Values
GlobusCredentialException
public GlobusCredentialException(int errorCode,
String msgId,
Throwable root)
GlobusCredentialException
public GlobusCredentialException(int errorCode,
String msgId,
Object[] args)
GlobusCredentialException
public GlobusCredentialException(int errorCode,
String msgId,
Object[] args,
Throwable root)
getErrorCode
public int getErrorCode()