Class RuntimeExceptionWithResponse
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- be.business.connector.recipe.utils.RuntimeExceptionWithResponse
-
- All Implemented Interfaces:
Serializable
public class RuntimeExceptionWithResponse extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ResponseTypefrom
-
Constructor Summary
Constructors Constructor Description RuntimeExceptionWithResponse(ResponseType from)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
from
public final ResponseType from
-
-
Constructor Detail
-
RuntimeExceptionWithResponse
public RuntimeExceptionWithResponse(ResponseType from)
-
-