it.imolinfo.jbi4ejb.exception
Class EJBDeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4ejb.exception.Jbi4EjbException
              extended by it.imolinfo.jbi4ejb.exception.EJBDeployException
All Implemented Interfaces:
java.io.Serializable

public class EJBDeployException
extends Jbi4EjbException

Deploy exception for EJB BC.

Author:
marco
See Also:
Serialized Form

Constructor Summary
EJBDeployException(java.lang.String msg)
          Instantiates a new EJB deploy exception.
EJBDeployException(java.lang.String message, java.lang.Throwable cause)
          A constructor.
EJBDeployException(java.lang.Throwable th)
          Instantiates a new EJB deploy exception.
 
Method Summary
 
Methods inherited from class it.imolinfo.jbi4ejb.exception.Jbi4EjbException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EJBDeployException

public EJBDeployException(java.lang.Throwable th)
Instantiates a new EJB deploy exception.

Parameters:
th - the cause

EJBDeployException

public EJBDeployException(java.lang.String msg)
Instantiates a new EJB deploy exception.

Parameters:
msg - the message

EJBDeployException

public EJBDeployException(java.lang.String message,
                          java.lang.Throwable cause)
A constructor.

Parameters:
message - The message of the exception.
cause - The cause of the exception.


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.