public class GlobusCredentialException extends 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,
String msgId,
Object[] args) |
GlobusCredentialException(int errorCode,
String msgId,
Object[] args,
Throwable root) |
GlobusCredentialException(int errorCode,
String msgId,
Throwable root) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
Copyright © 2016. All rights reserved.