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 org.wso2.carbon.hdfs.mgt.ui.HdfsMgtUiComponentException.java

/**
 * Represents the errors on the dataaccess layer for the Cassandra
 */
public class HdfsMgtUiComponentException extends RuntimeException {

    /**

From source file curly.commons.web.ResourceUnauthorized.java

/**
 * @author Joo Pedro Evangelista
 */
@ResponseStatus(HttpStatus.UNAUTHORIZED)
public class ResourceUnauthorized extends RuntimeException {

From source file com.github.wnameless.spring.bulkapi.BulkApiException.java

/**
 * 
 * {@link BulkApiException} represents all kinds of exceptions during the bulk
 * request.
 *
 */

From source file io.pivotal.ecosystem.service.connector.HelloException.java

@Data
public class HelloException extends RuntimeException {

    private HttpStatus status;

    HelloException(String s, HttpStatus status) {

From source file org.opencredo.couchdb.core.CouchDbOperationException.java

/**
 * An exception thrown when an error occurs while performing a CouchDB
 * operation.
 * 
 * @author Tareq Abedrabbo
 * @since 06/02/2011

From source file org.amplafi.flow.FlowException.java

/**
 * For example, missing data.
 *
 * @author patmoore
 *
 */

From source file com.gs.obevo.db.impl.core.jdbc.DataAccessException.java

public class DataAccessException extends RuntimeException {
    /**
     * Constructor for DataAccessException.
     *
     * @param msg the detail message
     */

From source file org.seasar.mayaa.impl.util.AbstractMessagedException.java

/**
 * @author Masataka Kurihara (Gluegent, Inc.)
 */
public abstract class AbstractMessagedException extends RuntimeException {

    private static final long serialVersionUID = -287199613481216863L;

From source file org.openehealth.ipf.commons.ihe.hpd.HpdException.java

/**
 * @author Dmytro Rud
 */
public class HpdException extends RuntimeException {

    @Getter

From source file io.curly.commons.web.BadRequestException.java

/**
 * @author Joao Pedro Evangelista
 */
@SuppressWarnings("unused")
@ResponseStatus(HttpStatus.BAD_REQUEST)
public class BadRequestException extends RuntimeException {