public class StreamException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
|
StreamException() |
|
StreamException(java.lang.String message) |
|
StreamException(java.lang.String message,
java.lang.Throwable cause) |
protected |
StreamException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
StreamException(java.lang.Throwable cause) |
public StreamException()
public StreamException(java.lang.String message)
public StreamException(java.lang.String message,
java.lang.Throwable cause)
public StreamException(java.lang.Throwable cause)
protected StreamException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)