public class StreamException extends RuntimeException
Stream.| Constructor and Description |
|---|
StreamException()
Creates an instance.
|
StreamException(String msg,
Throwable cause)
Creates an instance with a given message and a given cause.
|
StreamException(Throwable cause)
Creates an instance with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamException()
public StreamException(Throwable cause)
cause - the causeCopyright © 2017. All Rights Reserved.