Class RejectedWithStatus
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RejectedWithResponse
public class RejectedWithStatus extends be.recipe.api.constraints.Rejected- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StatusTypestatus
-
Constructor Summary
Constructors Constructor Description RejectedWithStatus(be.recipe.api.constraints.ValidationReport report, StatusType status)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
status
public final StatusType status
-
-
Constructor Detail
-
RejectedWithStatus
public RejectedWithStatus(be.recipe.api.constraints.ValidationReport report, StatusType status)
-
-