org.roller
Class RollerDatastoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.roller.RollerException
org.roller.RollerDatastoreException
- All Implemented Interfaces:
- java.io.Serializable
- public class RollerDatastoreException
- extends RollerException
Datastore exception that might actually contain some information
useful to the end-user. Print its message on the screen if possible.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RollerDatastoreException
public RollerDatastoreException(java.lang.String s,
java.lang.Throwable t)
RollerDatastoreException
public RollerDatastoreException(java.lang.Throwable t)
RollerDatastoreException
public RollerDatastoreException(java.lang.String s)