org.exoplatform.services.security.sso.spnego
Class SpnegoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.