Package com.atlassian.bitbucket.view
Class ViewStreamIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.view.ViewException
com.atlassian.bitbucket.view.ViewStreamIOException
- All Implemented Interfaces:
- Serializable
Thrown when there was a problem writing a rendered view to a stream, appendable or similar.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionViewStreamIOException(String s, Throwable throwable) ViewStreamIOException(Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ViewStreamIOExceptionpublic ViewStreamIOException()
- 
ViewStreamIOException
- 
ViewStreamIOException
- 
ViewStreamIOException
 
-