org.jmythapi.protocol
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jmythapi.protocol.ProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownCommandException, UnsupportedCommandException

public class ProtocolException
extends IOException

An exception that is thrown due to protocol errors.

See Also:
Serialized Form

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


Copyright © 2008-2013. All Rights Reserved.