Class BadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.ext.scimv2.api.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException extends RuntimeException
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(ErrorType errorType)
    • BadRequestException

      public BadRequestException(ErrorType errorType, String detail)
  • Method Details

    • getErrorType

      public ErrorType getErrorType()