List of usage examples for org.springframework.core NestedRuntimeException subclass-usage
From source file com.luna.common.entity.search.exception.SearchException.java
/** * <p>User: Zhang Kaitao * <p>Date: 13-1-17 ?11:43 * <p>Version: 1.0 */ public class SearchException extends NestedRuntimeException {
From source file com.scm.test.common.entity.search.exception.SearchException.java
/** * <p>User: Zhang Kaitao * <p>Date: 13-1-17 ?11:43 * <p>Version: 1.0 */ public class SearchException extends NestedRuntimeException {
From source file cn.guoyukun.spring.jpa.entity.search.exception.SearchException.java
/** * <p>User: * <p>Date: 13-1-17 ?11:43 * <p>Version: 1.0 */ public class SearchException extends NestedRuntimeException {
From source file jndi.view.utils.ReflectionException.java
/** * @author Alistair A. Israel */ public class ReflectionException extends NestedRuntimeException { /**
From source file com.sshdemo.common.schedule.generate.quartz.EwcmsJobMethodInvocationFailedException.java
/** * * @author wuzhijun * */ public class EwcmsJobMethodInvocationFailedException extends NestedRuntimeException {
From source file com.alibaba.cobar.client.router.RoutingException.java
public class RoutingException extends NestedRuntimeException { private static final long serialVersionUID = 8980219652872668164L; public RoutingException(String msg, Throwable cause) { super(msg, cause); }
From source file fm.last.citrine.scheduler.ScheduleException.java
/** * Exception that is thrown if an error occurs scheduling a job. */ public class ScheduleException extends NestedRuntimeException { private static final long serialVersionUID = -6462803151009731543L;
From source file com.jaxio.celerio.template.pack.TemplatePackNotFoundException.java
public class TemplatePackNotFoundException extends NestedRuntimeException { private static final long serialVersionUID = 1L; public TemplatePackNotFoundException(String msg) { super(msg);
From source file org.zkybase.kite.exception.GuardException.java
/** * @author Willie Wheeler (willie.wheeler@gmail.com) * @since 1.0 */ @SuppressWarnings("serial") public class GuardException extends NestedRuntimeException {
From source file org.zkybase.kite.circuitbreaker.CircuitOpenException.java
/**
* Runtime exception indicating that a call protected by a circuit breaker failed due to an open circuit.
*
* @author Willie Wheeler
* @since 1.0
*/