The im4java Library, Version 1.4.0

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.

Since:
0.95
Version:
$Revision: 1.5 $
Author:
$Author: bablokb $
See Also:
Serialized Form

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
 

Constructor Detail

IM4JavaException

public IM4JavaException()
Constructor.


IM4JavaException

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


IM4JavaException

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


IM4JavaException

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


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/