it.imolinfo.jbi4corba.exception
Class Jbi4CorbaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4corba.exception.Jbi4CorbaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassGenerationException, Jbi4CorbaDeployException, ServiceActivationException, ServiceCreationException, WSDLGenerationException

public class Jbi4CorbaException
extends Exception

The default exception used within the component.

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

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

Jbi4CorbaException

public Jbi4CorbaException(String message)
A constructor.

Parameters:
message - The message of the exception.

Jbi4CorbaException

public Jbi4CorbaException(String message,
                          Throwable cause)
A constructor.

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

Jbi4CorbaException

public Jbi4CorbaException(Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

Jbi4CorbaException

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

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

Jbi4CorbaException

public Jbi4CorbaException(String message,
                          Object[] args,
                          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 String getLocalizedMessage()
Override.

Overrides:
getLocalizedMessage in class Throwable
Returns:
The return


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.