org.jnetstream.protocol.codec
Class ProtocolFieldNotFoundException

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

public class ProtocolFieldNotFoundException
extends CodecException

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

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

ProtocolFieldNotFoundException

public ProtocolFieldNotFoundException()

ProtocolFieldNotFoundException

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

ProtocolFieldNotFoundException

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

ProtocolFieldNotFoundException

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