it.imolinfo.jbi4cics.exception
Class Jbi4cicsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4cics.exception.Jbi4cicsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassGenerationException, ConnectionException, FormatException, LocationException, ParseException

public class Jbi4cicsException
extends java.lang.Exception

The default exception used within the component.

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

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

Jbi4cicsException

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

Parameters:
message - The message of the exception.

Jbi4cicsException

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

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

Jbi4cicsException

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

Parameters:
cause - The cause of the exception.

Jbi4cicsException

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

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

Jbi4cicsException

public Jbi4cicsException(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 © 2005-2008 Imola Informatica. All Rights Reserved.