|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |