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.dri.negocio.servicios.DRI.SrvDRIServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.dri.negocio.servicios.DRI.SrvDRIService}.
 */
public class SrvDRIServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.dri.negocio.servicios.SQI.SrvSQIAsincronoServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.dri.negocio.servicios.SQI.SrvSQIAsincronoService}.
 */
public class SrvSQIAsincronoServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.dri.negocio.servicios.SQI.SrvSQIServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.dri.negocio.servicios.SQI.SrvSQIService}.
 */
public class SrvSQIServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.dri.negocio.servicios.SQI.SrvSQISincronoServiceException.java

/**
 * The default exception thrown for unexpected errors occurring
 * within {@link es.pode.dri.negocio.servicios.SQI.SrvSQISincronoService}.
 */
public class SrvSQISincronoServiceException extends java.lang.RuntimeException {
    /**

From source file es.pode.sitemap.negocio.servicios.SrvSitemapServiceException.java

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

From source file es.pode.tagging.negocio.servicios.SrvTaggingServerException.java

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

From source file org.railway.com.trainplan.rest.RestException.java

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

From source file es.pode.entregar.negocio.servicios.SrvEntregarServiceException.java

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

From source file es.pode.validador.negocio.servicio.SrvValidadorServiceException.java

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

From source file es.pode.validador.negocio.servicio.SrvValidadorVDEXServiceException.java

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