Package org.apache.tomcat.websocket
Class AuthenticationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.tomcat.websocket.AuthenticationException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class AuthenticationException extends java.lang.ExceptionException thrown on authentication error connecting to a remote websocket endpoint.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationException(java.lang.String message)Create authentication exception.
 
-