Class GlobusCredentialException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.gsi.GlobusCredentialException
All Implemented Interfaces:
Serializable

public class GlobusCredentialException extends Exception
Encapsulates the exceptions caused by various errors in/problems with Globus proxies.
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

    • getErrorCode

      public int getErrorCode()