org.jboss.jca.deployers.common
Class DeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)