org.exoplatform.services.security.sso.spnego
Class GSSSpnegoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.services.security.sso.spnego.SpnegoException
org.exoplatform.services.security.sso.spnego.GSSSpnegoException
- All Implemented Interfaces:
- Serializable
public class GSSSpnegoException
- extends SpnegoException
Exactly the same as GSSException except that it is a
RuntimeException via SpnegoException.
- Author:
- Martin Algesten
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GSSSpnegoException
public GSSSpnegoException(GSSException cause)
- Constructs GSSSpnegoException.
- Parameters:
cause - the GSSException.
getMajor
public int getMajor()
- Returns:
- the mechanism error code.
- See Also:
GSSException.getMajor()
getMajorString
public String getMajorString()
- Returns:
- the String explanation string for the major error code.
- See Also:
GSSException.getMajorString()
getMinor
public int getMinor()
- Returns:
- mechanism level error.
- See Also:
GSSException.getMinor()
getMinorString
public String getMinorString()
- Returns:
- the String explanation or error.
- See Also:
GSSException.getMinorString()
Copyright © 2009 eXo Platform SAS. All Rights Reserved.