|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.talika.tarsis.error.SystemException
org.talika.tarsis.service.ServiceException
public class ServiceException
Thrown by services to indicate a service error.
| Constructor Summary | |
|---|---|
ServiceException(java.lang.String msg)
Constructs a new ServiceException with given message and
cause. |
|
ServiceException(java.lang.String msg,
java.lang.Throwable rootCause)
Constructs a new ServiceException with given message and
cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.talika.tarsis.error.SystemException |
|---|
getRootCause |
| 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(java.lang.String msg)
ServiceException with given message and
cause.
msg - String text of the exception message.
public ServiceException(java.lang.String msg,
java.lang.Throwable rootCause)
ServiceException with given message and
cause.
msg - String text of the exception message.rootCause - Throwable the Throwable exception that caused
this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||