Serializable
public class GlobusCredentialException extends Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
DEFECTIVE |
|
static int |
EXPIRED |
|
static int |
FAILURE |
|
static int |
IO_ERROR |
|
static int |
SEC_ERROR |
Constructor | 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 | Description |
---|---|---|
int |
getErrorCode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.