Example usage for org.apache.commons.lang.exception NestableRuntimeException subclass-usage

List of usage examples for org.apache.commons.lang.exception NestableRuntimeException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang.exception NestableRuntimeException subclass-usage.

Usage

From source file com.careerly.common.exception.EventException.java

/**
 * ??
 */
public class EventException extends NestableRuntimeException {

    private static final long serialVersionUID = 1L;

From source file com.marc.lastweek.commons.exceptions.InternalErrorException.java

public class InternalErrorException extends NestableRuntimeException {

    private static final long serialVersionUID = -5766573374927113957L;

    public InternalErrorException() {
        super();

From source file org.araneaframework.core.AraneaRuntimeException.java

/**
 * A general nestable aranea specific runtime exception.
 *  
 * @author "Toomas Rmer" <toomas@webmedia.ee>
 */
public class AraneaRuntimeException extends NestableRuntimeException {

From source file net.sf.json.JSONException.java

/**
 * The JSONException is thrown when things are amiss.
 * 
 * @author JSON.org
 * @version 4
 */

From source file com.taobao.top.convert.ConvertException.java

/**
 * The JSONException is thrown when things are amiss.
 * 
 * @author JSON.org
 * @version 4
 */

From source file com.xwtec.xwserver.util.json.JSONException.java

/**
 * The JSONException is thrown when things are amiss.
 * 
 * @author JSON.org
 * @version 4
 */

From source file com.alibaba.otter.common.push.PushException.java

/**
 * @author zebin.xuzb 2013-1-23 ?2:07:28
 * @since 4.1.3
 */
public class PushException extends NestableRuntimeException {

From source file com.germinus.easyconf.ConfigurationException.java

/**
 * Some unrecoverable but important error has ocurred while reading the configuration
 *
 * @author  Jorge Ferrer
 * @version $Revision: 1.3 $
 *

From source file org.apache.ojb.broker.OJBRuntimeException.java

/**
 * Base class of all unchecked exceptions used in OJB.
 *
 * @author Thomas Mahler
 * @version $Id: OJBRuntimeException.java,v 1.5.2.2 2005/12/22 21:15:36 tomdz Exp $
 */

From source file org.apache.ojb.otm.core.LockingPassthruException.java

public class LockingPassthruException extends NestableRuntimeException {
    /**
    * Constructor for LockingPassthruException.
    * @param arg0
    */
    public LockingPassthruException(LockingException cause) {