org.jnetstream.protocol.codec
Class CodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jnetstream.protocol.codec.CodecException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CodecCreateException, CodecDefinitionException, CodecFormatException, ProtocolFieldNotFoundException

public class CodecException
extends java.lang.Exception

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

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

CodecException

public CodecException()

CodecException

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

CodecException

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

CodecException

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