List of usage examples for java.lang RuntimeException subclass-usage
From source file com.fycoder.ll.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file com.getanydata.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file com.iscas.rent.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file org.sns.server.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file com.usermanager.rest.RestException.java
/** * Restful Service. * */ @SuppressWarnings("serial") public class RestException extends RuntimeException {
From source file com.xyxy.platform.examples.showcase.webservice.rest.RestException.java
public class RestException extends RuntimeException { public HttpStatus status = HttpStatus.INTERNAL_SERVER_ERROR; public RestException() { }
From source file cn.aozhi.songify.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file com.xyxy.platform.examples.quickstart.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file com.zzd.recommend.rest.RestException.java
/** * Restful Service. * * @author calvin */ public class RestException extends RuntimeException {
From source file org.xiaoyao.demo.web.task.RestException.java
/** * Restful Service. * * @author jason */ public class RestException extends RuntimeException {