List of usage examples for java.lang Exception subclass-usage
From source file inti.ws.spring.exception.client.RequestHeaderFieldsTooLargeException.java
@ResponseStatus(HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE) public class RequestHeaderFieldsTooLargeException extends Exception { private static final long serialVersionUID = -1410640860193592538L; public RequestHeaderFieldsTooLargeException() {
From source file inti.ws.spring.exception.client.RequestTimeoutException.java
@ResponseStatus(HttpStatus.REQUEST_TIMEOUT) public class RequestTimeoutException extends Exception { private static final long serialVersionUID = -4663668148146172655L; public RequestTimeoutException() {
From source file inti.ws.spring.exception.client.RequestURITooLongException.java
@ResponseStatus(HttpStatus.REQUEST_URI_TOO_LONG) public class RequestURITooLongException extends Exception { private static final long serialVersionUID = 8692114574954015855L; public RequestURITooLongException() {
From source file inti.ws.spring.exception.client.TooManyRequestsException.java
@ResponseStatus(HttpStatus.TOO_MANY_REQUESTS) public class TooManyRequestsException extends Exception { private static final long serialVersionUID = -5824168180619314852L; public TooManyRequestsException() {
From source file inti.ws.spring.exception.client.UnauthorizedException.java
@ResponseStatus(HttpStatus.UNAUTHORIZED) public class UnauthorizedException extends Exception { private static final long serialVersionUID = 2056616540792129803L; public UnauthorizedException() {
From source file inti.ws.spring.exception.client.UnprocessableEntityException.java
@ResponseStatus(HttpStatus.UNPROCESSABLE_ENTITY) public class UnprocessableEntityException extends Exception { private static final long serialVersionUID = 1977712139765622976L; public UnprocessableEntityException() {
From source file inti.ws.spring.exception.client.UnsupportedMediaTypeException.java
@ResponseStatus(HttpStatus.UNSUPPORTED_MEDIA_TYPE) public class UnsupportedMediaTypeException extends Exception { private static final long serialVersionUID = 8224232641645759038L; public UnsupportedMediaTypeException() {
From source file inti.ws.spring.exception.client.UpgradeRequiredException.java
@ResponseStatus(HttpStatus.UPGRADE_REQUIRED) public class UpgradeRequiredException extends Exception { private static final long serialVersionUID = 5050543971658303657L; public UpgradeRequiredException() {
From source file inti.ws.spring.exception.server.BadGatewayException.java
@ResponseStatus(HttpStatus.BAD_GATEWAY) public class BadGatewayException extends Exception { private static final long serialVersionUID = -167565429403712952L; public BadGatewayException() {
From source file inti.ws.spring.exception.server.BandwidthLimitExceededException.java
@ResponseStatus(HttpStatus.BANDWIDTH_LIMIT_EXCEEDED) public class BandwidthLimitExceededException extends Exception { private static final long serialVersionUID = 7197488050256672881L; public BandwidthLimitExceededException() {