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.valoracion.negocio.servicios.SrvValoracionServiceException.java

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

From source file com.surfilter.flood.maintain.rest.RestException.java

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

From source file com.zhangli001v.gemdale.xmgl.rest.RestException.java

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

From source file org.springside.examples.exception.RestException.java

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

From source file es.pode.empaquetador.negocio.servicio.SrvEmpaquetadorBasicoServiceException.java

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

From source file es.pode.empaquetador.negocio.servicio.SrvFachadaAgregarServiceException.java

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

From source file es.pode.empaquetador.negocio.servicio.SrvGestorArchivosServiceException.java

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

From source file es.pode.empaquetador.negocio.servicio.SrvGestorManifestServiceException.java

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

From source file es.pode.localizador.negocio.servicios.SrvLocalizadorServiceException.java

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

From source file es.pode.publicacion.negocio.servicios.SrvAuditaPublicacionServiceException.java

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