|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openwms.core.service.exception.ServiceRuntimeException
public class ServiceRuntimeException
A ServiceRuntimeException is an unchecked application exception thrown in service layer classes.
Constructor Summary | |
---|---|
ServiceRuntimeException(String message)
Create a new ServiceRuntimeException with a message text. |
|
ServiceRuntimeException(String message,
Throwable cause)
Create a new ServiceRuntimeException with a message text and the cause exception. |
|
ServiceRuntimeException(Throwable cause)
Create a new ServiceRuntimeException with a cause exception. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceRuntimeException(String message)
message
- Detail messagepublic ServiceRuntimeException(Throwable cause)
cause
- Root causepublic ServiceRuntimeException(String message, Throwable cause)
message
- Detail messagecause
- Root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |