List of usage examples for java.lang RuntimeException subclass-usage
From source file es.pode.contenidos.negocio.generacionDinamica.servicio.SrvGeneracionDinamicaServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link es.pode.contenidos.negocio.generacionDinamica.servicio.SrvGeneracionDinamicaService}. */ public class SrvGeneracionDinamicaServiceException extends java.lang.RuntimeException { /**
From source file cn.guoyukun.spring.jpa.exception.BaseException.java
/**
*
* <p>User:
* <p>Date: 13-3-11 ?8:19
* <p>Version: 1.0
*/
From source file com.srinathavan.mwbng.rest.exceptions.ConflictException.java
/** * @author Avancha * */ @ResponseStatus(value = HttpStatus.CONFLICT) public class ConflictException extends RuntimeException {
From source file com.algoTrader.service.LookupServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.LookupService}. */ public class LookupServiceException extends RuntimeException { /**
From source file com.algoTrader.service.MarketDataServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.MarketDataService}. */ public class MarketDataServiceException extends RuntimeException { /**
From source file com.algoTrader.service.OrderServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.OrderService}. */ public class OrderServiceException extends RuntimeException { /**
From source file com.algoTrader.service.PositionServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.PositionService}. */ public class PositionServiceException extends RuntimeException { /**
From source file com.algoTrader.service.RuleServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.RuleService}. */ public class RuleServiceException extends RuntimeException { /**
From source file com.algoTrader.service.SimulationServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.SimulationService}. */ public class SimulationServiceException extends RuntimeException { /**
From source file com.algoTrader.service.StrategyServiceException.java
/** * The default exception thrown for unexpected errors occurring * within {@link com.algoTrader.service.StrategyService}. */ public class StrategyServiceException extends RuntimeException { /**