com.dalsemi.onewire.application.file
Class OWSyncFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.dalsemi.onewire.application.file.OWSyncFailedException
All Implemented Interfaces:
Serializable

public class OWSyncFailedException
extends IOException

Represents a failed 1-Wire memory sync operation.

See Also:
Serialized Form

Constructor Summary
OWSyncFailedException(String desc)
          Constructs a SyncFailedException with a the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWSyncFailedException

public OWSyncFailedException(String desc)
Constructs a SyncFailedException with a the given message.
Parameters:
desc - a String describing the exception.


Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.