public class TooLargePackException extends TransportException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TooLargePackException(java.lang.String msg)
Constructor for TooLargePackException
|
TooLargePackException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for TooLargePackException
|
private static final long serialVersionUID
public TooLargePackException(java.lang.String msg)
msg
- message describing the transport failure.public TooLargePackException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing the transport exception.cause
- why the transport failed.