public class ViewSizeException extends Exception
ViewSizeException represents an view temporary document error, if the temporary is
too large.| Constructor and Description |
|---|
ViewSizeException(long actualSizeInBytes,
long maxSizeInBytes)
Creates a
ViewSizeException. |
ViewSizeException(String message)
Creates a
ViewSizeException with the given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ViewSizeException(String message)
ViewSizeException with the given message.message - the message of this exception.public ViewSizeException(long actualSizeInBytes,
long maxSizeInBytes)
ViewSizeException. The exception message is being build internally by using
the given sizes.actualSizeInBytes - the given byte array size in bytes.maxSizeInBytes - the maximum allowed view size in bytes.Copyright © 2016 SAPERION AG. All rights reserved.