org.jnetstream.protocol.codec
Class CodecFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jnetstream.protocol.codec.CodecException
              extended by org.jnetstream.protocol.codec.CodecFormatException
All Implemented Interfaces:
java.io.Serializable

public class CodecFormatException
extends CodecException

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

Constructor Summary
CodecFormatException()
           
CodecFormatException(java.lang.String message)
           
CodecFormatException(java.lang.String message, java.lang.Throwable cause)
           
CodecFormatException(java.lang.Throwable cause)
           
 
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

CodecFormatException

public CodecFormatException()

CodecFormatException

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

CodecFormatException

public CodecFormatException(java.lang.Throwable cause)
Parameters:
cause -

CodecFormatException

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