public class StreamIOException extends ServerException
| Constructor and Description |
|---|
StreamIOException(String message)
Creates a StreamIOException.
|
StreamIOException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause) |
StreamIOException(String message,
Throwable cause) |
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServeraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamIOException(String message)
message - An informative message explaining what happened and (possibly) how
to fix it.Copyright © 2013 DuraSpace. All Rights Reserved.