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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationExceptionCreate authentication exception.- Parameters:
- message- the error message
 
 
-