Class FileUtil.StreamSizeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.atlassian.jira.rest.v2.avatar.FileUtil.StreamSizeMismatchException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileUtil
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamSizeMismatchException
public StreamSizeMismatchException(long expectedSize, long actualSize)
-
-
Method Details
-
getExpectedSize
public long getExpectedSize() -
getActualSize
public long getActualSize()
-