org.exoplatform.services.security.sso.spnego
Class GSSSpnegoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.exoplatform.services.security.sso.spnego.SpnegoException
                  extended by 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

Constructor Summary
GSSSpnegoException(GSSException cause)
          Constructs GSSSpnegoException.
 
Method Summary
 int getMajor()
           
 String getMajorString()
           
 int getMinor()
           
 String getMinorString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSSSpnegoException

public GSSSpnegoException(GSSException cause)
Constructs GSSSpnegoException.

Parameters:
cause - the GSSException.
Method Detail

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.