List of usage examples for java.lang RuntimeException subclass-usage
From source file org.codice.ddf.migration.MigrationException.java
/**
* Exception that indicates some problem with the migration operation.
*
* <p><i>Note:</i> Detail messages are displayed to the administrator on the console during a
* migration operation.
*
From source file org.excalibur.core.deployment.validation.InvalidDeploymentException.java
public class InvalidDeploymentException extends RuntimeException { /** * Serial code version <code></code> for serialization. */ private static final long serialVersionUID = 3389827390076194466L;
From source file org.commonreality.object.UnknownPropertyNameException.java
/** * @author developer */ public class UnknownPropertyNameException extends RuntimeException { /** * logger definition
From source file com.github.tmyroadctfig.icloud4j.ICloudException.java
/** * An iCloud exception. * * @author Luke Quinanne */ public class ICloudException extends RuntimeException {
From source file org.exem.flamingo.shared.core.exception.ServiceException.java
/**
* ? ? ? ? .
*
* @author Byoung Gon, Kim
* @since 0.1
*/
From source file org.jasig.portlet.contacts.context.MissingContextException.java
/** * * @author mfgsscw2 */ public class MissingContextException extends RuntimeException {
From source file com.icoin.trading.bitcoin.client.exception.BitcoinException.java
/** * Superclass for all exceptions thrown when a call to bitcoind fails. * * @author Claus Nielsen */ @SuppressWarnings("serial")
From source file net.yacy.http.servlets.TemplateProcessingException.java
/** * Use this to indicates that a servlet template processing error occurred, and * which HTTP status should be rendered by the HTTP servlet. * */ @SuppressWarnings("serial")
From source file com.kixeye.chassis.bootstrap.BootstrapException.java
/** * An error occurred attempting to bootstrap an application. * * @author dturner@kixeye.com */ @SuppressWarnings("serial")
From source file org.awesomeagile.error.ResourceNotFoundException.java
/** * An Exception to return 404 to HTTP clients * @author sbelov@google.com (Stan Belov) */ @ResponseStatus(HttpStatus.NOT_FOUND) public class ResourceNotFoundException extends RuntimeException {