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