public class PersistenceObjectReadException extends PersistenceException
PersistenceObjectReadException
class is used to throw exceptions
encountered when reading an object from persistence storage.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
PersistenceObjectReadException()
Constructor for PersistenceObjectReadException.
|
PersistenceObjectReadException(java.lang.String s)
Constructor for PersistenceObjectReadException.
|
public static final java.lang.String COPYRIGHT
public PersistenceObjectReadException()
public PersistenceObjectReadException(java.lang.String s)
s
- Detailed error message.