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