|
||||||||||
| 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
net.sf.jsefa.common.lowlevel.LowLevelSerializationException
public final class LowLevelSerializationException
Exception thrown when an error occurs during low level serialization.
| Constructor Summary | |
|---|---|
LowLevelSerializationException(String message)
Constructs a new LowLevelSerializationException with the specified detail message. |
|
LowLevelSerializationException(String message,
Throwable cause)
Constructs a new LowLevelSerializationException with the specified detail message and cause. |
|
LowLevelSerializationException(Throwable cause)
Constructs a new LowLevelSerializationException with the default detail 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 |
| Constructor Detail |
|---|
public LowLevelSerializationException(String message)
LowLevelSerializationException with the specified detail message.
message - the detail message.
public LowLevelSerializationException(String message,
Throwable cause)
LowLevelSerializationException with the specified detail message and cause.
message - the detail messagecause - the causepublic LowLevelSerializationException(Throwable cause)
LowLevelSerializationException with the default detail message and cause.
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||