Package net.sf.genuine.exceptions

Genuine internally uses two exception classes for all its exceptions: GenuineException for checked exceptions and GenuineRuntimeException for unchecked exceptions.

See:
          Description

Exception Summary
ConfigurationException Exception that is thrown when an error happend during Genuine's configuration phase.
GenuineException Super class for all exceptions thrown by Genuine.
GenuineRuntimeException Super class for all runtime exceptions thrown by genuine.
OperationFailedException Exception that is thrown when the invoked operation has failed, and the reason for failure is not of particular concern.
 

Package net.sf.genuine.exceptions Description

Genuine internally uses two exception classes for all its exceptions: GenuineException for checked exceptions and GenuineRuntimeException for unchecked exceptions. These exceptions classes log themselves so that no exception can be lost in the log output.