de.jaetzold.art.platform
Class CorruptPacketException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.jaetzold.art.platform.CorruptPacketException
All Implemented Interfaces:
Serializable

public class CorruptPacketException
extends Exception

See Also:
Serialized Form

Constructor Summary
CorruptPacketException()
           
CorruptPacketException(String info)
           
 
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

CorruptPacketException

public CorruptPacketException(String info)

CorruptPacketException

public CorruptPacketException()