Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.websocket.DeploymentException
- All Implemented Interfaces:
Serializable
Exception thrown when a WebSocket endpoint cannot be deployed due to a configuration error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentException(String message) Creates a DeploymentException with the specified detail message.DeploymentException(String message, Throwable cause) Creates a DeploymentException with the specified detail message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeploymentException
Creates a DeploymentException with the specified detail message.- Parameters:
message- The detail message
-
DeploymentException
-