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 org.zaproxy.zap.extension.api.ApiException.java

public class ApiException extends Exception {

    private static final long serialVersionUID = 1L;

    public enum Type {
        /**

From source file io.fouad.jtb.core.exceptions.NegativeResponseException.java

/**
 * This exception represents the negative (non-OK) response of a Telegram API request.
 */
public class NegativeResponseException extends Exception {
    private static class Wrapper {
        private TelegramResult<?> telegramResult;

From source file at.ac.tuwien.qse.sepm.dao.DAOException.java

public class DAOException extends Exception {
    public DAOException() {
    }

    public DAOException(String s) {
        super(s);

From source file com.hoccer.tools.HttpException.java

public abstract class HttpException extends Exception {

    // Static Methods ----------------------------------------------------

    /**
     * 

From source file org.restlet.ext.oauth.OAuthException.java

/**
 * Exception that represents OAuth 2.0 (RFC6749) Errors.
 * 
 * @author Shotaro Uchida <fantom@xmaker.mx>
 * @see <a href="http://tools.ietf.org/html/rfc6749">The OAuth 2.0 Authorization
 *      Framework (RFC6749)</a>

From source file org.vedantatree.expressionoasis.exceptions.ExpressionEngineException.java

/**
 * This exception is used by whole Expression Engine Component to share any
 * Erroneous information with user of the component, like at the time of parsing
 * or by the compiler while doing syntactical analysis.
 * 
 * @author Mohit Gupta

From source file com.eTilbudsavis.etasdk.network.EtaError.java

public class EtaError extends Exception implements IJson<JSONObject> {

    public static final String TAG = Eta.TAG_PREFIX + EtaError.class.getSimpleName();

    private static final long serialVersionUID = 1L;

From source file org.biokoframework.utils.exception.BiokoException.java

/**
 * @author Mikol Faro <mikol.faro@gmail.com>
 * @date Jan 26, 2014
 *
 */
public class BiokoException extends Exception {

From source file org.osk.errors.OskException.java

/** This class is the base class for all specific exceptions thrown by
 * the orekit classes.
    
 * <p>When the orekit classes throw exceptions that are specific to
 * the package, these exceptions are always subclasses of
 * OrekitException. When exceptions that are already covered by the

From source file org.pentaho.platform.api.engine.ActionSequenceException.java

public class ActionSequenceException extends Exception {
    /**
     * 
     */
    private static final long serialVersionUID = -2301587142420194146L;