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