|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.uniba.wiai.lspi.chord.service.ServiceException
public final class ServiceException
Whenever this exception is thrown, an error has occured which cannot be resolved by the service layer.
| Constructor Summary | |
|---|---|
ServiceException(java.lang.String message)
Creates a new service exception with the given description. |
|
ServiceException(java.lang.String message,
java.lang.Throwable cause)
Creates a new service exception with the given description. |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceException(java.lang.String message)
message - Description for the user.
public ServiceException(java.lang.String message,
java.lang.Throwable cause)
message - Description for the user.cause - Throwable which led to throwing this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||