public class StreamException extends RuntimeException
IOException.| Constructor and Description |
|---|
StreamException(IOException cause)
Creates a new instance with causing IO exception.
|
StreamException(String message)
Creates a new instance with the given error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamException(String message)
message - Error message.public StreamException(IOException cause)
cause - IO exception to wrap.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.