public class UnprocessableEntityRuntimeException extends HttpStatusRuntimeException
org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC>
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor and Description |
---|
UnprocessableEntityRuntimeException(String message) |
UnprocessableEntityRuntimeException(String aMessage,
String aErrorCode) |
UnprocessableEntityRuntimeException(String message,
Throwable cause) |
UnprocessableEntityRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
UnprocessableEntityRuntimeException(Throwable cause) |
UnprocessableEntityRuntimeException(Throwable aCause,
String aErrorCode) |
getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnprocessableEntityRuntimeException(String aMessage, String aErrorCode)
public UnprocessableEntityRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
public UnprocessableEntityRuntimeException(String message, Throwable cause)
public UnprocessableEntityRuntimeException(String message)
public UnprocessableEntityRuntimeException(Throwable aCause, String aErrorCode)
public UnprocessableEntityRuntimeException(Throwable cause)
Copyright © 2017. All rights reserved.