Class Exceptions
java.lang.Object
org.glassfish.tyrus.client.exception.Exceptions
Converts the exceptions into more specific ones.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentException
deploymentException
(String message, Throwable cause) Get the Deployment Exception, or return the exception if of the type.
-
Constructor Details
-
Exceptions
public Exceptions()
-
-
Method Details
-
deploymentException
Get the Deployment Exception, or return the exception if of the type.- Parameters:
message
- The Exception messagecause
- The Cause Exception- Returns:
- a Deployment exception.
-