List of usage examples for java.lang Exception subclass-usage
From source file imgb64.EncoderException.java
/**
* Thrown when there is a failure condition during the encoding process. This exception is thrown when an
* {@link Encoder} encounters a encoding specific exception such as invalid data, inability to calculate a checksum,
* characters outside of the expected range.
*
* @version $Id: EncoderException.java 1619948 2014-08-22 22:53:55Z ggregory $
From source file com.basho.riak.client.http.plain.RiakResponseException.java
/** * A checked decorator for {@link RiakResponseRuntimeException} */ public class RiakResponseException extends Exception implements HttpResponse { private static final long serialVersionUID = 5932513075276473483L;
From source file org.codice.ddf.catalog.sourcepoller.PollerException.java
/** * Thrown by {@link Poller#pollItems(long, TimeUnit, ImmutableMap)} to indicate that some of the * polled items could not be updated */ public class PollerException extends Exception {
From source file jp.go.nict.langrid.p2pgridbasis.data.RequiredAttributeNotFoundException.java
/**
*
*
* @author $Author$
* @version $Revision$
*/
From source file eu.freme.eservices.publishing.exception.EPubCreationException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")
From source file eu.freme.eservices.publishing.exception.InvalidZipException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")
From source file eu.freme.eservices.publishing.exception.MissingMetadataException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")
From source file eu.freme.eservices.epublishing.exception.EPubCreationException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")
From source file eu.freme.eservices.epublishing.exception.InvalidZipException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")
From source file eu.freme.eservices.epublishing.exception.MissingMetadataException.java
/** * * @author Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> */ @ResponseStatus(value = HttpStatus.BAD_REQUEST, reason = "")