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 $.RestException.java

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

From source file org.mule.modules.quickbooks.api.Exception.QuickBooksRuntimeException.java

/**
 *   Quickbook's runtime exception.
 *   
 * @author Gaston Ponti
 * @since Aug 30, 2011
 */

From source file com.xhsoft.framework.common.exception.BaseRuntimeException.java

/**
 * <p>Title:BaseRuntimeException</p>
 * <p>Description:?</p>
 * <p>Copyright:Copyright (C) 2011</p>
 * @author wenzhi
 * @date 2011-12-28

From source file com.acc.validator.CustomValidationException.java

/**
 * 
 */
public class CustomValidationException extends RuntimeException {
    private final Errors errors;

From source file com.alibaba.ims.platform.exception.WebException.java

/**
 * 
 *
 * @author randy.ly 2014126 ?3:31:28
 */
public class WebException extends RuntimeException {

From source file org.sipfoundry.sipxconfig.common.UserException.java

/**
 * Caught in application layer, this informs the user they've done something wrong. Despite being
 * an unchecked exception, this is not meant to be a fatal error and application layer should
 * handle it gracefully.
 *
 * If error message have parameters throw it like this:

From source file com.yahoo.elide.core.exceptions.HttpStatusException.java

/**
 * Superclass for exceptions that return a Http error status.
 * Creates fast exceptions without stack traces since filter checks can throw many of these.
 */
@Slf4j
public abstract class HttpStatusException extends RuntimeException {

From source file com.picocontainer.modules.FileSystemRuntimeException.java

/**
 * Runtime Exception wrapper around VFS's checked FileSystemException
 * @author Micael Rimov, Centerline Computers
 *
 */
@SuppressWarnings("serial")

From source file org.picocontainer.modules.FileSystemRuntimeException.java

/**
 * Runtime Exception wrapper around VFS's checked FileSystemException
 * @author Micael Rimov, Centerline Computers
 *
 */
@SuppressWarnings("serial")

From source file org.carewebframework.vista.mbroker.RPCException.java

/**
 * Wraps exceptions returned by an RPC.
 */
public class RPCException extends RuntimeException {

    private static final long serialVersionUID = 1L;