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 cn.cdwx.jpa.exception.RestException.java

/**
 * Restful Service.
 * 
 * @author calvin
 */
@SuppressWarnings("serial")

From source file com.fanxl.fanstudy.rest.RestException.java

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

From source file com.gamewin.weixin.rest.RestException.java

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

From source file com.st.qunar.order.rest.RestException.java

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

From source file com.zzcm.admonitor.rest.RestException.java

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

From source file com.zte.gu.webtools.rest.RestException.java

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

From source file cn.dsgrp.field.stock.rest.RestException.java

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

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

/**
 * 
 */
public class CreateImageException extends java.lang.RuntimeException {
    /**
     * The default constructor.

From source file com.bill99.yn.webmgmt.rest.RestException.java

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

From source file es.pode.oaipmh.negocio.servicios.SrvOaiPmhServiceException.java

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