public class InvalidPacketException extends CommunicationException
CommunicationException
,
Serialized FormConstructor and Description |
---|
InvalidPacketException()
Creates a
InvalidPacketException with
as its error detail message. |
InvalidPacketException(String message)
Creates a
InvalidPacketException with the specified message. |
InvalidPacketException(String message,
Throwable cause)
Creates an
InvalidPacketException with the specified
message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPacketException()
InvalidPacketException
with
as its error detail message.public InvalidPacketException(String message)
InvalidPacketException
with the specified message.message
- The associated message.public InvalidPacketException(String message, Throwable cause)
InvalidPacketException
with the specified
message and cause.message
- The associated message.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.