public class Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static javax.websocket.DeploymentException |
deploymentException(java.lang.String message,
java.lang.Throwable cause)
Get the Deployment Exception, or return the exception if of the type.
|
public static javax.websocket.DeploymentException deploymentException(java.lang.String message,
java.lang.Throwable cause)
message - The Exception messagecause - The Cause ExceptionCopyright © 2012–2025 Oracle Corporation. All rights reserved.