Class SpnegoGSSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.sso.kerberos.spnego.SpnegoGSSException
-
- All Implemented Interfaces:
Serializable
public final class SpnegoGSSException extends RuntimeException
Typed runtime exception that wraps a GSSException.- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpnegoGSSException(GSSException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SpnegoGSSException
public SpnegoGSSException(GSSException cause)
-
-