org.sadun.util.watchdog
Class WatchDogException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sadun.util.watchdog.WatchDogException
All Implemented Interfaces:
java.io.Serializable

public class WatchDogException
extends java.lang.Exception

Author:
Cristiano Sadun
See Also:
Serialized Form

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

WatchDogException

public WatchDogException()

WatchDogException

public WatchDogException(java.lang.String message)
Parameters:
message -

WatchDogException

public WatchDogException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message -
cause -

WatchDogException

public WatchDogException(java.lang.Throwable cause)
Parameters:
cause -