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