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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(ErrorType errorType)
BadRequestException(ErrorType errorType, String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorType
getErrorType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-