| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.pnfsoftware.jeb.core.exceptions.JebException | |||
| ↳ | com.pnfsoftware.jeb.core.exceptions.SerializationException | |||
JEB serialization/deserialization errors.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SerializationException(String message) | |||||||||||
| SerializationException(String message, Class<?> c) | |||||||||||
| SerializationException(Throwable cause) | |||||||||||
| SerializationException(Throwable cause, Class<?> c) | |||||||||||
| SerializationException(String message, Throwable cause) | |||||||||||
| SerializationException(String message, Throwable cause, Class<?> c) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getClassName()
Retrieve the offending class name.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Retrieve the offending class name. Optional.