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 com.vmware.identity.interop.directory.DirectoryException.java

public class DirectoryException extends RuntimeException {
    private static final long serialVersionUID = 8095413793162663579L;

    private int _errCode = -1;

    public DirectoryException(int errCode, String errMsg) {

From source file nl.gridshore.nosapi.ClientException.java

/**
 * Contains data related to a Client error
 *
 * @author Jettro Coenradie
 */
public class ClientException extends RuntimeException {

From source file technology.tikal.gae.error.exceptions.NotValidException.java

/**
 * 
 * @author Nekorp
 *
 */
public class NotValidException extends RuntimeException {

From source file com.willowtreeapps.exception.UploadException.java

/**
 * Created by IntelliJ IDEA.
 * User: jbeck
 * Date: 10/11/12
 * Time: 4:14 PM
 */

From source file io.macgyver.neorx.rest.NeoRxException.java

public class NeoRxException extends RuntimeException {

    protected ObjectNode responseData;
    static ObjectMapper mapper = new ObjectMapper();

    public NeoRxException(String message) {

From source file com.currencyfair.onesignal.OneSignalException.java

/**
 * An exception providing list of OneSignal's errors as message.
 */
public class OneSignalException extends RuntimeException {
    private static final long serialVersionUID = 1L;

From source file com.net2plan.gui.utils.NoRunnableCodeFound.java

/**
 * Unchecked exception to indicate no runnable code was found in the input file.
 *
 * @author Pablo Pavon-Marino, Jose-Luis Izquierdo-Zaragoza
 * @since 0.3.1
 */

From source file com.ds.kaixin.KaixinAuthError.java

/**
 * 
 *
 */
public class KaixinAuthError extends RuntimeException {
    private static final long serialVersionUID = 1L;

From source file com.vmware.identity.interop.ldap.LdapException.java

/**
 * Created by IntelliJ IDEA.
 * User: krishnag
 * Date: 12/19/11
 * Time: 2:41 PM
 * To change this template use File | Settings | File Templates.

From source file therian.OperationException.java

/**
 * Operation exception
 */
public class OperationException extends RuntimeException {

    /**