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.fosstrak.hal.HardwareAbstractionException.java

/**
 * This exception is the root exception for all exeption that
 * are thrown in the hardware abstraction layer.
 * 
 * This exception is thrown by HAL controller methods of a objects within the hardware abstraction layer if the
 * attempt to execute a command failed. The idea is to propagate just a single

From source file de.innovationgate.wga.common.beans.csconfig.v1.InvalidCSConfigVersionException.java

public class InvalidCSConfigVersionException extends Exception {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;

From source file org.jtree.core.KeyNotFoundException.java

/**
* An exception when a value key not found
*/

public class KeyNotFoundException extends Exception {
    public KeyNotFoundException(String message) {

From source file org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException.java

/**
 * @author <a href="mailto:sgonzalez@josso.org">Sebastian Gonzalez Oyuela</a>
 * @version $Id: SSOIdentityException.java 1040 2009-03-05 00:56:52Z gbrigand $
 */

public class SSOIdentityException extends Exception {

From source file org.awknet.commons.exception.UserException.java

public class UserException extends Exception {

    private static final long serialVersionUID = 6196598941109275246L;
    private static final Log LOG = LogFactory.getLog(UserException.class);
    public static final String MSG_GENERIC = "[USER] NOSENSE!!! - GENERIC ERROR WITH USER!";
    public static final String MSG_ID = "[USER] NOSENSE a user with ID!";

From source file org.awknet.commons.exception.CPFException.java

public class CPFException extends Exception {

    private static final long serialVersionUID = 8288239246941573999L;
    private static final Log LOG = LogFactory.getLog(UserException.class);
    public static String MSG_BODY_EMPTY_ERROR = "[CPF EXCEPTION] CPF was null. Please, fill it!";
    public static String MSG_FIRST_DIGIT_VALIDATION_ERROR = "[CPF EXCEPTION] FIRST digit is not valid!";

From source file org.wso2.carbon.cassandra.cluster.mgt.exception.ClusterDataAdminException.java

/**
 * Acts as a decorator and do log in addition to the existing behaviour of the exception
 * This exception is to be thrown for errors in Cassandra Server Management
 */
/*
 *  Licensed to the Apache Software Foundation (ASF) under one

From source file com.daveoxley.cbus.CGateException.java

/**
 *
 * @author Dave Oxley <dave@daveoxley.co.uk>
 */
public class CGateException extends Exception {
    private final static Log log = LogFactory.getLog(CGateException.class);

From source file de.micromata.jira.rest.core.util.RestException.java

/**
 * @author Christian Schulze
 * @author Vitali Filippow
 */
public class RestException extends Exception {

From source file org.josso.gateway.identity.exceptions.SSOIdentityException.java

/**
 * @author <a href="mailto:sgonzalez@josso.org">Sebastian Gonzalez Oyuela</a>
 * @version $Id: SSOIdentityException.java 543 2008-03-18 21:34:58Z sgonzalez $
 */

public class SSOIdentityException extends Exception {