T
- Type of the exception.public abstract class AbstractExceptionMapper<T extends Throwable> extends Object implements ExceptionMapper<T>
AUTHENTICATION_ERROR, AUTHORIZATION_ERROR, BAD_REQUEST, FORBIDDEN, ILLEGAL_PARAMETERS_ERROR, INTERNAL_ERROR, NOT_ACCEPTABLE, NOT_FOUND, OKAY, UNKNOWN_ERROR, VALIDATION_ERROR, WARNING
Constructor and Description |
---|
AbstractExceptionMapper(Class<T> clazz)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<T> |
getExceptionClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapException
public Class<T> getExceptionClass()
getExceptionClass
in interface ExceptionMapper<T extends Throwable>
Copyright © 2019 Communote team. All rights reserved.