Package org.apache.tomcat.websocket
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tomcat.websocket.AuthenticationException
- All Implemented Interfaces:
Serializable
Exception thrown on authentication error connecting to a remote websocket endpoint.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
Create authentication exception.- Parameters:
message
- the error message
-