Class InitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.eclipse.jetty.websocket.jsr356.InitException
-
- All Implemented Interfaces:
Serializable
public class InitException extends IllegalStateException
Exception during initialization of the Endpoint- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitException(String s)InitException(String message, Throwable cause)InitException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-