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.publicacion.negocio.servicios.SrvPublicacionServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.publicacion.negocio.servicios.SrvPublicacionService}.
 */
public class SrvPublicacionServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.catalogacion.negocio.servicios.SrvCatalogacionAvanzadaServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.catalogacion.negocio.servicios.SrvCatalogacionAvanzadaService}.
 */
public class SrvCatalogacionAvanzadaServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.catalogacion.negocio.servicios.SrvCatalogacionBasicaServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.catalogacion.negocio.servicios.SrvCatalogacionBasicaService}.
 */
public class SrvCatalogacionBasicaServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.planificador.negocio.servicios.SrvPlanificadorServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.planificador.negocio.servicios.SrvPlanificadorService}.
 */
public class SrvPlanificadorServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.planificador.negocio.servicios.SrvRegistroPlanificadorServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.planificador.negocio.servicios.SrvRegistroPlanificadorService}.
 */
public class SrvRegistroPlanificadorServiceException extends java.lang.RuntimeException {
    /**

From source file com.atschx.summer.quickstart.rest.RestException.java

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

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

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

From source file es.pode.adminusuarios.negocio.servicios.SrvAdminUsuariosServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.adminusuarios.negocio.servicios.SrvAdminUsuariosService}.
 */
public class SrvAdminUsuariosServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.buscar.negocio.buscar.servicios.SrvBuscarServiceException.java

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

From source file es.pode.buscar.negocio.nodosSQI.servicio.SrvGestionSqiServiceException.java

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