org.jnetstream.protocol.codec
Class CodecCreateException

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.CodecCreateException
All Implemented Interfaces:
java.io.Serializable

public class CodecCreateException
extends CodecException

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

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

CodecCreateException

public CodecCreateException()

CodecCreateException

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

CodecCreateException

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

CodecCreateException

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