List of usage examples for java.lang Exception subclass-usage
From source file org.smslib.CSerialDriver.java
@SuppressWarnings("serial") class ServiceDisconnectedException extends Exception { }
From source file org.apache.oozie.action.hadoop.LauncherMain.java
class LauncherMainException extends Exception { private int errorCode; public LauncherMainException(int code) { errorCode = code; }
From source file cz.cuni.mff.ufal.curation.ItemMetadataQAChecker.java
/** * Curate exception. */ class CurateException extends Exception { int err_code;
From source file configurator.Configurator.java
/** * Ecxeption, when authorization is failed * * @author rs */ class LoginFailedException extends Exception {
From source file org.aksw.resparql.IMyHandler.java
class HTTPErrorException extends Exception { /** * */ private static final long serialVersionUID = 1L; private int errorCode;
From source file org.apache.cassandra.tools.Shuffle.java
@SuppressWarnings("serial") class ShuffleError extends Exception { ShuffleError(String msg) { super(msg); } }
From source file edu.isi.karma.kr2rml.KR2RMLWorksheetRDFGenerator.java
class ValueNotFoundKarmaException extends Exception { private static final long serialVersionUID = 1L; private String offendingColumnHNodeId; //constructor without parameters
From source file com.auto.solution.TestManager.TESTRAILTestManager.java
class APIException extends Exception { public APIException(String message) { super(message); } }
From source file Animator.java
class ParseException extends Exception { ParseException(String s) { super(s); } }
From source file org.nuxeo.opensocial.shindig.oauth.NuxeoOAuthRequest.java
class NXOAuthProtocolException extends Exception { /** * Problems that should force us to abort the protocol right away, and next * time the user visits ask them for permission again. */