it.imolinfo.jbi4ejb.exception
Class Jbi4EjbDeployException

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.Jbi4EjbDeployException
All Implemented Interfaces:
java.io.Serializable

public class Jbi4EjbDeployException
extends Jbi4EjbException

Deploy exception for EJB BC.

Author:
marco
See Also:
Serialized Form

Constructor Summary
Jbi4EjbDeployException(java.lang.String msg)
          Instantiates a new EJB deploy exception.
Jbi4EjbDeployException(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

Jbi4EjbDeployException

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

Parameters:
th - the cause

Jbi4EjbDeployException

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

Parameters:
msg - the message


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