Class BadRequestAlertException

  • All Implemented Interfaces:
    Serializable, org.zalando.problem.Exceptional, org.zalando.problem.Problem
    Direct Known Subclasses:
    LoginAlreadyUsedException

    public class BadRequestAlertException
    extends org.zalando.problem.AbstractThrowableProblem
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestAlertException

        public BadRequestAlertException​(String defaultMessage,
                                        String entityName,
                                        String errorKey)
      • BadRequestAlertException

        public BadRequestAlertException​(URI type,
                                        String defaultMessage,
                                        String entityName,
                                        String errorKey)
    • Method Detail

      • getEntityName

        public String getEntityName()
      • getErrorKey

        public String getErrorKey()