Package de.joergdev.mosy.backend.bl.core
Class BLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.joergdev.mosy.backend.bl.core.BLException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBLException(de.joergdev.mosy.api.response.ResponseMessage msg) BLException(String error, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionde.joergdev.mosy.api.response.ResponseMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BLException
public BLException(de.joergdev.mosy.api.response.ResponseMessage msg) -
BLException
-
-
Method Details
-
getCauseMessage
-
getResponseMessage
public de.joergdev.mosy.api.response.ResponseMessage getResponseMessage()
-