net.sf.ext.entagged.libraries.exceptions
Class EntaggedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ext.entagged.libraries.exceptions.EntaggedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotReadException, CannotWriteException, FreeDBConnectionException, InvalidFormatException, OperationException, RequestedClassNotFoundException

public class EntaggedException
extends java.lang.Exception

$Id: EntaggedException.java,v 1.1 2004/09/17 07:15:36 rwaals Exp $

Version:
15 janvier 2004
Author:
Raphael Slinckx (KiKiDonK)
See Also:
Serialized Form

Constructor Summary
EntaggedException()
           
EntaggedException(java.lang.String message)
           
 
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

EntaggedException

public EntaggedException(java.lang.String message)

EntaggedException

public EntaggedException()