bill.util.persist
Class PersistException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--bill.util.persist.PersistException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PersistValidateException
- public class PersistException
- extends Exception
Exception class for persistence processing specific exceptions.
- See Also:
- Serialized Form
PersistException
public PersistException()
- Creates an empty PersistException.
PersistException
public PersistException(String message)
- Creates a PersistException with the specified exception message.
The exception message string can later be retrieved by the
Throwable.getMessage () method of class java.lang.Throwable.
- Parameters:
message
- The exception message.