org.im4java.core
Class IM4JavaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.im4java.core.IM4JavaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandException, InfoException

public class IM4JavaException
extends java.lang.Exception

This class is the base class of all im4java -exceptions.

Version:
$Revision: 1.4.1 $
Author:
$Author: bablokb (main author), Bruno Mascret (warnings) $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          For Serialization (not used)
 
Constructor Summary
IM4JavaException()
          Constructor.
IM4JavaException(java.lang.String pMessage)
          Constructor.
IM4JavaException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructor.
IM4JavaException(java.lang.Throwable pCause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
For Serialization (not used)

See Also:
Constant Field Values
Constructor Detail

IM4JavaException

public IM4JavaException()
Constructor.


IM4JavaException

public IM4JavaException(java.lang.String pMessage)
Constructor.

Parameters:
pMessage - the Exception message

IM4JavaException

public IM4JavaException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
Constructor.

Parameters:
pMessage - the Exception message
pCause - the Exception cause

IM4JavaException

public IM4JavaException(java.lang.Throwable pCause)
Constructor.

Parameters:
pCause - the Exception cause