public class InvalidPacketException extends Exception
Constructor and Description |
---|
InvalidPacketException(ByteBuffer buffer,
String fmt,
Object... args) |
InvalidPacketException(ByteBuffer buffer,
String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPacketException(ByteBuffer buffer, String fmt, Object... args)
public InvalidPacketException(ByteBuffer buffer, String message, Throwable cause)
Copyright © 2019. All rights reserved.