it.imolinfo.jbi4ejb.exception
Class Jbi4EjbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4ejb.exception.Jbi4EjbException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassGenerationException, EJBDeployException, EJBInvokeException, EJBWSDLGenerationException, Jbi4EjbDeployException

public class Jbi4EjbException
extends java.lang.Exception

The default exception used within the component.

Author:
Raffaele Spazzoli, Amedeo Cannone
See Also:
Serialized Form

Constructor Summary
Jbi4EjbException(java.lang.String message)
          A constructor.
Jbi4EjbException(java.lang.String message, java.lang.Object[] args)
          A constructor with i18n support.
Jbi4EjbException(java.lang.String message, java.lang.Object[] args, java.lang.Throwable cause)
          A constructor with i18n support.
Jbi4EjbException(java.lang.String message, java.lang.Throwable cause)
          A constructor.
Jbi4EjbException(java.lang.Throwable cause)
          A constructor.
 
Method Summary
 java.lang.String 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

Jbi4EjbException

public Jbi4EjbException(java.lang.String message)
A constructor.

Parameters:
message - The message of the exception.

Jbi4EjbException

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

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

Jbi4EjbException

public Jbi4EjbException(java.lang.Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

Jbi4EjbException

public Jbi4EjbException(java.lang.String message,
                        java.lang.Object[] args)
A constructor with i18n support.

Parameters:
message - The message of the exception.
args - The MessageFormat arguments.

Jbi4EjbException

public Jbi4EjbException(java.lang.String message,
                        java.lang.Object[] args,
                        java.lang.Throwable cause)
A constructor with i18n support.

Parameters:
message - The message of the exception.
args - The MessageFormat arguments.
cause - The cause of the exception.
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()

Overrides:
getLocalizedMessage in class java.lang.Throwable


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