List of usage examples for java.io IOException subclass-usage
From source file com.wanikani.wklib.ApplicationException.java
public class ApplicationException extends IOException { private static final long serialVersionUID = 1L; String code;
From source file uk.bowdlerize.support.CensoredException.java
public class CensoredException extends IOException { String isp = ""; int confidence = 0; int returnCode = 0; HttpResponse httpResponse = null;
From source file com.joyent.manta.exception.MantaIOException.java
/**
* General IO exception type that all other IO exceptions within
* the project inherit from.
*
* @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
* @since 2.2.4
From source file org.keycloak.client.registration.HttpErrorException.java
/** * @author <a href="mailto:sthorger@redhat.com">Stian Thorgersen</a> */ public class HttpErrorException extends IOException { private final StatusLine statusLine;
From source file org.apache.cxf.security.spring.SecurityException.java
/** * Exception used by {@link javax.security.auth.callback.CallbackHandler} implementations * in this package. */ public class SecurityException extends IOException { private static final long serialVersionUID = 4859993641237505549L;
From source file org.apache.axis.ConfigurationException.java
/**
* ConfigurationException is thrown when an error occurs trying to
* use an EngineConfiguration.
*
* @author Glyn Normington (glyn@apache.org)
*/
From source file org.smurn.fitzer.FitsException.java
/** * Indicates that a FITS related error occured while reading or writing a FITS * file. */ public class FitsException extends IOException {
From source file org.elasticsearch.client.ResponseException.java
/** * Exception thrown when an elasticsearch node responds to a request with a status code that indicates an error. * Holds the response that was returned. */ public final class ResponseException extends IOException {
From source file org.instagram4j.InstagramException.java
/** * Raised when an error occurs accessing the API or when processing * the response from the API. If an actual response was received from * the API, the {@link #getMeta() Meta} details will be available. */ public class InstagramException extends IOException {
From source file com.anrisoftware.simplerest.oanda.historyexporter.HistoryExportException.java
/**
* Exception thrown if there was an error exporting the history data.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 0.3
*/