Example usage for java.lang Exception subclass-usage

List of usage examples for java.lang Exception subclass-usage

Introduction

In this page you can find the example usage for java.lang Exception subclass-usage.

Usage

From source file inti.ws.spring.exception.server.GatewayTimeoutException.java

@ResponseStatus(HttpStatus.GATEWAY_TIMEOUT)
public class GatewayTimeoutException extends Exception {

    private static final long serialVersionUID = 1287269509868277841L;

    public GatewayTimeoutException() {

From source file inti.ws.spring.exception.server.HTTPVersionNotSupportedException.java

@ResponseStatus(HttpStatus.HTTP_VERSION_NOT_SUPPORTED)
public class HTTPVersionNotSupportedException extends Exception {

    private static final long serialVersionUID = -175947366486766946L;

    public HTTPVersionNotSupportedException() {

From source file inti.ws.spring.exception.server.InsufficientStorageException.java

@ResponseStatus(HttpStatus.INSUFFICIENT_STORAGE)
public class InsufficientStorageException extends Exception {

    private static final long serialVersionUID = -6843684800219307743L;

    public InsufficientStorageException() {

From source file inti.ws.spring.exception.server.InternalServerError.java

@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
public class InternalServerError extends Exception {

    private static final long serialVersionUID = -4144734997340348953L;

    public InternalServerError() {

From source file inti.ws.spring.exception.server.LoopDetectedException.java

@ResponseStatus(HttpStatus.LOOP_DETECTED)
public class LoopDetectedException extends Exception {

    private static final long serialVersionUID = 1792974625119210828L;

    public LoopDetectedException() {

From source file inti.ws.spring.exception.server.NetworkAuthenticationRequiredException.java

@ResponseStatus(HttpStatus.NETWORK_AUTHENTICATION_REQUIRED)
public class NetworkAuthenticationRequiredException extends Exception {

    private static final long serialVersionUID = -4284122437783140839L;

    public NetworkAuthenticationRequiredException() {

From source file inti.ws.spring.exception.server.NotExtendedException.java

@ResponseStatus(HttpStatus.NOT_EXTENDED)
public class NotExtendedException extends Exception {

    private static final long serialVersionUID = -6165796817660127379L;

    public NotExtendedException() {

From source file inti.ws.spring.exception.server.NotImplementedException.java

@ResponseStatus(HttpStatus.NOT_IMPLEMENTED)
public class NotImplementedException extends Exception {

    private static final long serialVersionUID = -5683600151371166370L;

    public NotImplementedException() {

From source file inti.ws.spring.exception.server.ServiceUnavailableException.java

@ResponseStatus(HttpStatus.SERVICE_UNAVAILABLE)
public class ServiceUnavailableException extends Exception {

    private static final long serialVersionUID = -3114288653838700200L;

    public ServiceUnavailableException() {

From source file inti.ws.spring.exception.server.VariantAlsoNegotiatesException.java

@ResponseStatus(HttpStatus.VARIANT_ALSO_NEGOTIATES)
public class VariantAlsoNegotiatesException extends Exception {

    private static final long serialVersionUID = -9139921406660900277L;

    public VariantAlsoNegotiatesException() {