KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > ietf > jgss > GSSException

org.ietf.jgss
Class GSSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ietf.jgss.GSSException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public static final int BAD_BINDINGS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_MECH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_MIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_NAMETYPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_QOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BAD_STATUS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONTEXT_EXPIRED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CREDENTIALS_EXPIRED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DEFECTIVE_CREDENTIAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DEFECTIVE_TOKEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DUPLICATE_ELEMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DUPLICATE_TOKEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int GAP_TOKEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMajor()
See Also:
getMinorString(), getMinor(), getMajorString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMajorString()
See Also:
toString(), getMajor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinor()
See Also:
setMinor(int, java.lang.String), getMinorString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMinorString()
See Also:
toString(), getMajorString(), getMinor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public GSSException(int majorCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public GSSException(int majorCode,
                    int minorCode,
                    String minorString)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NAME_NOT_MN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NO_CONTEXT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NO_CRED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OLD_TOKEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMinor(int minorCode,
                     String message)
See Also:
getMinor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNAUTHORIZED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNAVAILABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNSEQ_TOKEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags