org.outerj.xreporter.userentrystore
Class UserEntryStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.userentrystore.UserEntryStoreException
All Implemented Interfaces:
java.io.Serializable

public class UserEntryStoreException
extends java.lang.Exception

This exception is thrown when an error occured while trying to load or store a user entry.

See Also:
Serialized Form

Constructor Summary
UserEntryStoreException(java.lang.String message)
           
UserEntryStoreException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserEntryStoreException

public UserEntryStoreException(java.lang.String message)

UserEntryStoreException

public UserEntryStoreException(java.lang.String message,
                               java.lang.Exception e)