uk.ac.essex.common.exception
Class DestructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.common.exception.DestructionException
All Implemented Interfaces:
java.io.Serializable

public class DestructionException
extends java.lang.Exception


Created Date: 25-Jan-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site

See Also:
Serialized Form

Constructor Summary
DestructionException()
           
DestructionException(java.lang.String message)
           
DestructionException(java.lang.String message, java.lang.Throwable cause)
           
DestructionException(java.lang.Throwable cause)
           
 
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

DestructionException

public DestructionException()

DestructionException

public DestructionException(java.lang.String message)

DestructionException

public DestructionException(java.lang.Throwable cause)

DestructionException

public DestructionException(java.lang.String message,
                            java.lang.Throwable cause)