com.atlassian.jira.util
Class LimitedOutputStream.TooBigIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.atlassian.jira.util.LimitedOutputStream.TooBigIOException
All Implemented Interfaces:
Serializable
Enclosing class:
LimitedOutputStream

public static class LimitedOutputStream.TooBigIOException
extends IOException

See Also:
Serialized Form

Method Summary
 long getCurrentSize()
           
 long getMaxSize()
           
 long getNextSize()
           
 long getWriteLength()
           
 
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
 

Method Detail

getMaxSize

public long getMaxSize()

getCurrentSize

public long getCurrentSize()

getNextSize

public long getNextSize()

getWriteLength

public long getWriteLength()


Copyright © 2002-2014 Atlassian. All Rights Reserved.