Java Globus API: Class GlobusCredentialException

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

Field Summary
static int DEFECTIVE
           
static int EXPIRED
           
static int FAILURE
           
static int IO_ERROR
           
static int SEC_ERROR
           
 
Constructor Summary
GlobusCredentialException(int errorCode, String msgId, Object[] args)
           
GlobusCredentialException(int errorCode, String msgId, Object[] args, Throwable root)
           
GlobusCredentialException(int errorCode, String msgId, Throwable root)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FAILURE

public static final int FAILURE

EXPIRED

public static final int EXPIRED

DEFECTIVE

public static final int DEFECTIVE

IO_ERROR

public static final int IO_ERROR

SEC_ERROR

public static final int SEC_ERROR
Constructor Detail

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)
Method Detail

getErrorCode

public int getErrorCode()