public class

ViewStreamIOException

extends ViewException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.view.ViewException
           ↳ com.atlassian.bitbucket.view.ViewStreamIOException

Class Overview

Thrown when there was a problem writing a rendered view to a stream, appendable or similar.

Summary

Public Constructors
ViewStreamIOException()
ViewStreamIOException(String s)
ViewStreamIOException(String s, Throwable throwable)
ViewStreamIOException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ViewStreamIOException ()

public ViewStreamIOException (String s)

public ViewStreamIOException (String s, Throwable throwable)

public ViewStreamIOException (Throwable throwable)