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.fuentestaxonomicas.negocio.servicio.SrvTesaurosServicesException.java

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

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

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

From source file es.pode.agregador.negocio.agregador.servicio.SrvAgregadorRssServiceException.java

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

From source file es.pode.contenidos.negocio.informes.servicio.SrvInformeServiceException.java

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

From source file es.pode.contenidos.negocio.noticias.servicio.SrvNoticiasServiceException.java

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

From source file es.pode.indexador.negocio.servicios.busqueda.SrvBuscadorServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.indexador.negocio.servicios.busqueda.SrvBuscadorService}.
 */
public class SrvBuscadorServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.indexador.negocio.servicios.indexado.SrvIndexadorServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.indexador.negocio.servicios.indexado.SrvIndexadorService}.
 */
public class SrvIndexadorServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.contenidos.negocio.descargas.servicio.SrvDescargasException.java

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

From source file es.pode.indexador.negocio.servicios.auditoria.SrvAuditoriaIndexadorServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.indexador.negocio.servicios.auditoria.SrvAuditoriaIndexadorService}.
 */
public class SrvAuditoriaIndexadorServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.valoracion.negocio.servicios.auditoria.SrvAuditoriaValoracionServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.valoracion.negocio.servicios.auditoria.SrvAuditoriaValoracionService}.
 */
public class SrvAuditoriaValoracionServiceException extends java.lang.RuntimeException {
    /**