Class PlcProtocolPayloadTooBigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.plc4x.java.api.exceptions.PlcException
-
- org.apache.plc4x.java.api.exceptions.PlcProtocolException
-
- org.apache.plc4x.java.api.exceptions.PlcProtocolPayloadTooBigException
-
- All Implemented Interfaces:
Serializable
public class PlcProtocolPayloadTooBigException extends PlcProtocolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlcProtocolPayloadTooBigException(String protocolName, int maxSize, int actualSize, Object payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getActualSize()
int
getMaxSize()
Object
getPayload()
String
getProtocolName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-