|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StreamIOException
public class StreamIOException
Superclass for low-level stream i/o problems.
| Constructor Summary | |
|---|---|
StreamIOException(String message)
Creates a StreamIOException. |
|
StreamIOException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause)
|
|
StreamIOException(String message,
Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.fcrepo.server.errors.ServerException |
|---|
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StreamIOException(String message)
message - An informative message explaining what happened and (possibly) how
to fix it.
public StreamIOException(String message,
Throwable cause)
public StreamIOException(String bundleName,
String code,
String[] values,
String[] details,
Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||