Package jakarta.websocket
Class DeploymentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.websocket.DeploymentException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeploymentException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentException(java.lang.String message)
DeploymentException(java.lang.String message, java.lang.Throwable cause)
-