Class Exceptions
java.lang.Object
org.glassfish.tyrus.client.exception.Exceptions
Converts the exceptions into more specific ones.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentExceptiondeploymentException(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.
-