org.metastatic.rsync.v2
Class ProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.metastatic.rsync.v2.ProtocolException
All Implemented Interfaces:
Serializable

public class ProtocolException
extends IOException

Signals an error in the rsync protocol.

See Also:
Serialized Form

Constructor Summary
ProtocolException()
           
ProtocolException(String msg)
           
 
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

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(String msg)