Example usage for java.lang RuntimeException subclass-usage

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

Introduction

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

Usage

From source file es.pode.contenidos.negocio.faqs.servicio.SrvFaqServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.contenidos.negocio.faqs.servicio.SrvFaqService}.
 */
public class SrvFaqServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.contenidos.negocio.logs.servicio.SrvLogServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.contenidos.negocio.logs.servicio.SrvLogService}.
 */
public class SrvLogServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.buscar.negocio.federada.servicios.SrvBuscarFederadaServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.buscar.negocio.federada.servicios.SrvBuscarFederadaService}.
 */
public class SrvBuscarFederadaServiceException extends java.lang.RuntimeException {
    /**

From source file org.springside.examples.showcase.webservice.rest.RestException.java

public class RestException extends RuntimeException {

    public HttpStatus status = HttpStatus.INTERNAL_SERVER_ERROR;

    public RestException() {
    }

From source file com.luna.common.exception.BaseException.java

/**
 * 
 * <p>User: Zhang Kaitao
 * <p>Date: 13-3-11 ?8:19
 * <p>Version: 1.0
 */

From source file org.springside.examples.quickstart.rest.RestException.java

/**
 * Restful Service.
 * 
 * @author calvin
 */
public class RestException extends RuntimeException {

From source file es.pode.buscar.negocio.administrar.servicio.SrvNodoServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.buscar.negocio.administrar.servicio.SrvNodoService}.
 */
public class SrvNodoServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.buscar.negocio.monitorizar.servicio.SrvMonitorizarServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.buscar.negocio.monitorizar.servicio.SrvMonitorizarService}.
 */
public class SrvMonitorizarServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.fuentestaxonomicas.negocio.servicio.SrvEstructurasEducativasServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.fuentestaxonomicas.negocio.servicio.SrvEstructurasEducativasService}.
 */
public class SrvEstructurasEducativasServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.fuentestaxonomicas.negocio.servicio.SrvTaxonomiaServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.fuentestaxonomicas.negocio.servicio.SrvTaxonomiaService}.
 */
public class SrvTaxonomiaServiceException extends java.lang.RuntimeException {
    /**