public class TooLargePackException extends TransportException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TooLargePackException(long packSizeLimit)
Construct a too large pack exception.
|
TooLargePackException(URIish uri,
java.lang.String s)
Construct a too large pack exception.
|
private static final long serialVersionUID
public TooLargePackException(long packSizeLimit)
packSizeLimit
- the pack size limit (in bytes) that was exceededpublic TooLargePackException(URIish uri, java.lang.String s)
uri
- URI used for transports
- message