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:
  • Constructor Details

    • DeployException

      public DeployException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The message
    • DeployException

      public DeployException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The message
      cause - The cause