Class DeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.websocket.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException extends Exception
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
See Also: