Package org.jboss.jca.deployers.common
Class DeployException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.jca.deployers.common.DeployException
- All Implemented Interfaces:
Serializable
The deploy exception for IronJacamar
- Author:
- Stefano Maestri
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeployException(String message) Constructs a new exception with the specified detail message.DeployException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeployException
Constructs a new exception with the specified detail message.- Parameters:
message- The message
-
DeployException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- The messagecause- The cause
-