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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GSSSpnegoException

public class SpnegoException
extends RuntimeException

Author:
Martin Algesten
See Also:
Serialized Form

Constructor Summary
SpnegoException(String message)
           
SpnegoException(String message, Throwable cause)
           
SpnegoException(Throwable cause)
           
 
Method Summary
 
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

SpnegoException

public SpnegoException(String message)
Parameters:
message - the message.

SpnegoException

public SpnegoException(String message,
                       Throwable cause)
Parameters:
message - the message.
cause - the cause.

SpnegoException

public SpnegoException(Throwable cause)
Parameters:
cause - the cause.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.