|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.springsource.util.io.FatalIOException
public class FatalIOException
Fatal IO exception.
Concurrent Semantics
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
FatalIOException(java.lang.String message)
Creates a new FatalIOException with the supplied reason
message. |
|
FatalIOException(java.lang.String message,
java.lang.Throwable cause)
Creates a new FatalIOException with the supplied reason
message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public FatalIOException(java.lang.String message,
java.lang.Throwable cause)
FatalIOException with the supplied reason
message and cause.
message - The reason messagecause - The causepublic FatalIOException(java.lang.String message)
FatalIOException with the supplied reason
message.
message - The reason message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||