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