com.slytechs.jnetstream.protocol
Class ProtocolFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.slytechs.jnetstream.protocol.ProtocolFormatException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolFormatException
extends java.lang.Exception

Author:
Mark Bednarczyk, Sly Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
ProtocolFormatException()
           
ProtocolFormatException(java.lang.String message)
           
ProtocolFormatException(java.lang.String message, java.lang.Throwable cause)
           
ProtocolFormatException(java.lang.Throwable cause)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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

ProtocolFormatException

public ProtocolFormatException()

ProtocolFormatException

public ProtocolFormatException(java.lang.String message)
Parameters:
message -

ProtocolFormatException

public ProtocolFormatException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

ProtocolFormatException

public ProtocolFormatException(java.lang.Throwable cause)
Parameters:
cause -
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -