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 com.wuyu.android.emergent.android.weave.client.WeaveException.java

/**
 * @author Patrick Woodworth
 */
@SuppressWarnings("serial")
public class WeaveException extends Exception {

From source file illab.nabal.exception.NetworkException.java

/**
 * Exception class for handling network-related errors.
 * 
 * @version 1.0, 02/10/14
 * @author <a href="mailto:tanito.jung@gmail.com">Tan Jung</a>
 */

From source file inti.ws.spring.exception.client.BadRequestException.java

@ResponseStatus(HttpStatus.BAD_REQUEST)
public class BadRequestException extends Exception {

    private static final long serialVersionUID = 7604044441044105529L;

    public BadRequestException() {

From source file inti.ws.spring.exception.client.ConflictException.java

@ResponseStatus(HttpStatus.CONFLICT)
public class ConflictException extends Exception {

    private static final long serialVersionUID = -5894662652813565206L;

    public ConflictException() {

From source file inti.ws.spring.exception.client.ExpectationFailedException.java

@ResponseStatus(HttpStatus.EXPECTATION_FAILED)
public class ExpectationFailedException extends Exception {

    private static final long serialVersionUID = 9076333204388982050L;

    public ExpectationFailedException() {

From source file inti.ws.spring.exception.client.FailedDependencyException.java

@ResponseStatus(HttpStatus.FAILED_DEPENDENCY)
public class FailedDependencyException extends Exception {

    private static final long serialVersionUID = -7685557193145368693L;

    public FailedDependencyException() {

From source file inti.ws.spring.exception.client.ForbiddenException.java

@ResponseStatus(HttpStatus.FORBIDDEN)
public class ForbiddenException extends Exception {

    private static final long serialVersionUID = 5473936058906846880L;

    public ForbiddenException() {

From source file inti.ws.spring.exception.client.GoneException.java

@ResponseStatus(HttpStatus.GONE)
public class GoneException extends Exception {

    private static final long serialVersionUID = -3340388511100382495L;

    public GoneException() {

From source file inti.ws.spring.exception.client.IAmATeepotException.java

@ResponseStatus(HttpStatus.I_AM_A_TEAPOT)
public class IAmATeepotException extends Exception {

    private static final long serialVersionUID = 4048846015775073165L;

    public IAmATeepotException() {

From source file inti.ws.spring.exception.client.LengthRequiredException.java

@ResponseStatus(HttpStatus.LENGTH_REQUIRED)
public class LengthRequiredException extends Exception {

    private static final long serialVersionUID = 4334470748764114843L;

    public LengthRequiredException() {