|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.scrashmeow.ojb.console.OjbcException | +--org.scrashmeow.ojb.console.service.ServiceException
The base exception for all exceptions thrown from within the Service layer of the application.
Constructor Summary | |
ServiceException()
Constructor for ServiceException. |
|
ServiceException(java.lang.String arg0)
Constructor for ServiceException. |
|
ServiceException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructor for ServiceException. |
|
ServiceException(java.lang.Throwable arg0)
Constructor for ServiceException. |
Methods inherited from class org.scrashmeow.ojb.console.OjbcException |
getStackTraceAsString |
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 |
public ServiceException()
public ServiceException(java.lang.String arg0)
arg0
- public ServiceException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
- public ServiceException(java.lang.Throwable arg0)
arg0
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |