org.globus.gsi
public class GlobusCredentialException extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
DEFECTIVE |
static int |
EXPIRED |
static int |
FAILURE |
static int |
IO_ERROR |
static int |
SEC_ERROR |
Constructor and Description |
---|
GlobusCredentialException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args) |
GlobusCredentialException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable root) |
GlobusCredentialException(int errorCode,
java.lang.String msgId,
java.lang.Throwable root) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
public static final int FAILURE
public static final int EXPIRED
public static final int DEFECTIVE
public static final int IO_ERROR
public static final int SEC_ERROR
public GlobusCredentialException(int errorCode, java.lang.String msgId, java.lang.Throwable root)
public GlobusCredentialException(int errorCode, java.lang.String msgId, java.lang.Object[] args)
public GlobusCredentialException(int errorCode, java.lang.String msgId, java.lang.Object[] args, java.lang.Throwable root)