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
public class DeployException extends Exception
The deploy exception for IronJacamar- Author:
- Stefano Maestri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployException(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 Detail
-
DeployException
public DeployException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- The message
-
-