com.neeve.pkt
Class EPktTypeInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.root.ERootRuntimeException
                  extended by com.neeve.pkt.EPktException
                      extended by com.neeve.pkt.EPktTypeInvalidException
All Implemented Interfaces:
Serializable

public final class EPktTypeInvalidException
extends EPktException

Indicates that a packet type is invalid

See Also:
Serialized Form

Constructor Summary
EPktTypeInvalidException(int typeNum)
          Construct using the invalid packet type num
EPktTypeInvalidException(String typeName)
          Construct using the invalid packet type name
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootRuntimeException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPktTypeInvalidException

public EPktTypeInvalidException(String typeName)
Construct using the invalid packet type name


EPktTypeInvalidException

public EPktTypeInvalidException(int typeNum)
Construct using the invalid packet type num



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.