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 Summary
ConstructorsConstructorDescriptionViewStreamIOException
(String s, Throwable throwable) ViewStreamIOException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewStreamIOException
public ViewStreamIOException() -
ViewStreamIOException
-
ViewStreamIOException
-
ViewStreamIOException
-