it.imolinfo.jbi4corba.exception
Class Jbi4CorbaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.imolinfo.jbi4corba.exception.Jbi4CorbaRuntimeException
All Implemented Interfaces:
Serializable

public class Jbi4CorbaRuntimeException
extends RuntimeException

The default 'run time' exception used within the component.

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

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

Jbi4CorbaRuntimeException

public Jbi4CorbaRuntimeException(String message)
A constructor.

Parameters:
message - The message of the exception.

Jbi4CorbaRuntimeException

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

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

Jbi4CorbaRuntimeException

public Jbi4CorbaRuntimeException(Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

Jbi4CorbaRuntimeException

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

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

Jbi4CorbaRuntimeException

public Jbi4CorbaRuntimeException(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.