TsBiff 1.3


ts.biff
Class WakeUpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ts.biff.WakeUpException
All Implemented Interfaces:
java.io.Serializable

public class WakeUpException
extends java.lang.Exception

Thrown to indicate that no WakeUp service is available

Version:
$Id: WakeUpException.java,v 1.3 1999/02/21 08:47:05 hauk Exp $
Author:
Jan-Henrik Haukeland <hauk@tildeslash.com>
See Also:
Serialized Form

Constructor Summary
WakeUpException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WakeUpException

public WakeUpException(java.lang.String message)

TsBiff 1.3