com.ezprotocols.ezclock
Class EzClockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ezprotocols.ezclock.EzClockException
All Implemented Interfaces:
java.io.Serializable

public class EzClockException
extends java.lang.Exception

EzClockException is thrown when a problem occurs during communication with the Time server.

See Also:
Serialized Form

Constructor Summary
EzClockException()
          Creates an empty exception.
EzClockException(java.lang.String description)
          Creates an exception with a description.
 
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

EzClockException

public EzClockException()
Creates an empty exception.

EzClockException

public EzClockException(java.lang.String description)
Creates an exception with a description.


Copyright © EzProtocols.com All Rights Reserved.