Example usage for java.lang Exception subclass-usage

List of usage examples for java.lang Exception subclass-usage

Introduction

In this page you can find the example usage for java.lang Exception subclass-usage.

Usage

From source file org.nuxeo.connect.connector.ConnectServerError.java

/**
 * Exception class for security errors returned by Nuxeo Connect Server.
 *
 * @author <a href="mailto:td@nuxeo.com">Thierry Delprat</a>
 */
public class ConnectServerError extends Exception {

From source file org.ESLM.Parser.BadFormedJSONExerciseException.java

@SuppressWarnings("serial")
public class BadFormedJSONExerciseException extends Exception {

    private final JSONObject badFormedJSONExercise;

    public BadFormedJSONExerciseException(String message, JSONObject badFormedJSONExercise) {

From source file org.jcurl.core.math.MathException.java

/**
 * TODO maybe extend {@link org.apache.commons.math.MathException}
 * 
 * @see org.apache.commons.math.MathException
 * @author <a href="mailto:jcurl@gmx.net">M. Rohrmoser </a>
 * @version $Id$

From source file be.fedict.eid.dss.model.exception.TrustServiceClientException.java

/**
 * Wrapper around exceptions received from Trust Service so we have logging.
 * 
 * @author Frank Cornelis
 * 
 */

From source file io.curly.commons.config.feign.ex.UnsupportedMediaTypeException.java

/**
 * @author Joao Pedro Evangelista
 */
@SuppressWarnings("unused")
@ResponseStatus(HttpStatus.UNSUPPORTED_MEDIA_TYPE)
public class UnsupportedMediaTypeException extends Exception {

From source file com.comcast.viper.flume2storm.F2SConfigurationException.java

/**
 * Exception when the configuration of a Flume2Storm component is invalid
 */
@SuppressWarnings("javadoc")
public class F2SConfigurationException extends Exception {
    private static final long serialVersionUID = 4941423443352427505L;

From source file org.craftercms.deployer.api.exceptions.DeploymentException.java

/**
 * Created by alfonsovasquez on 30/11/16.
 */
public class DeploymentException extends Exception {

    public DeploymentException(String message) {

From source file net.maritimecloud.identityregistry.exception.McBasicRestException.java

@Getter
@Setter
@ToString
public class McBasicRestException extends Exception {

    // mimics the standard spring error structure on exceptions 

From source file org.jcurl.math.MathException.java

/**
 * TODO maybe extend {@link org.apache.commons.math.MathException}
 * 
 * @see org.apache.commons.math.MathException
 * @author <a href="mailto:jcurl@gmx.net">M. Rohrmoser </a>
 * @version $Id: MathException.java 370 2007-01-23 03:04:05Z mrohrmoser $

From source file org.apache.commons.jci.examples.configuration.ConfigurationException.java

public class ConfigurationException extends Exception {

    private static final long serialVersionUID = 1L;

}