com.atlassian.jira.rest.v2.avatar
Class FileUtil.StreamSizeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.atlassian.jira.rest.v2.avatar.FileUtil.StreamSizeMismatchException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUtil

public static class FileUtil.StreamSizeMismatchException
extends IOException

See Also:
Serialized Form

Constructor Summary
FileUtil.StreamSizeMismatchException(long expectedSize, long actualSize)
           
 
Method Summary
 long getActualSize()
           
 long getExpectedSize()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUtil.StreamSizeMismatchException

public FileUtil.StreamSizeMismatchException(long expectedSize,
                                            long actualSize)
Method Detail

getExpectedSize

public long getExpectedSize()

getActualSize

public long getActualSize()


Copyright © 2002-2014 Atlassian. All Rights Reserved.