things.common
Class PuntException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by things.common.PuntException
All Implemented Interfaces:
java.io.Serializable

public class PuntException
extends java.lang.Exception

A very simple PUNT.

Version:
1.0

Version History

EPG - Initial - 10 JAN 03
 
Author:
Erich P. Gatejen
See Also:
Serialized Form

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

PuntException

public PuntException()

PuntException

public PuntException(java.lang.String message)

PuntException

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


Things.