public class ResultStreamException extends Exception
| Constructor and Description |
|---|
ResultStreamException() |
ResultStreamException(String message) |
ResultStreamException(String message,
Throwable cause) |
ResultStreamException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ResultStreamException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResultStreamException()
public ResultStreamException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ResultStreamException(String message)
public ResultStreamException(Throwable cause)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.