List of usage examples for java.lang Exception subclass-usage
From source file com.iflytek.cssp.exception.CSSPException.java
/** * * @author ttsun4 */ public class CSSPException extends Exception {
From source file org.mule.modules.constantcontact.ConstantContactException.java
public class ConstantContactException extends Exception { public ConstantContactException(Exception e) { super(e); } public ConstantContactException(String message, int httpStatus, String response) {
From source file com.mmj.app.common.exception.ServiceException.java
/** * @author zxc Jun 18, 2014 10:53:31 AM */ @Component public class ServiceException extends Exception {
From source file org.andromda.timetracker.service.UserDoesNotExistException.java
/** * TODO: Model Documentation for org.andromda.timetracker.service.UserDoesNotExistException */ public class UserDoesNotExistException extends Exception { /** The serial version UID of this class. Throwable implements Serializable so declaration not needed. */ private static final long serialVersionUID = 19348944642281722L;
From source file com.fengduo.spark.commons.exception.ServiceException.java
/** * @author zxc May 28, 2015 11:18:31 PM */ @Component public class ServiceException extends Exception {
From source file com.fengduo.bee.commons.exception.ServiceException.java
/** * @author zxc May 28, 2015 11:18:31 PM */ @Component public class ServiceException extends Exception {
From source file org.marketcetera.util.ws.wrappers.RemoteProxyException.java
/**
* A partial, client-side representation of a server exception, when
* the full exception cannot be reconstructed.
*
* @author tlerios@marketcetera.com
* @since 1.0.0
From source file org.marketcetera.util.ws.wrappers.RemoteException.java
/**
* A remote exception. It wraps any {@link Throwable} in a manner that
* enables its marshalling using JAXB in the context of web service
* faults, or for use by Java serialization in other contexts; this is
* done by serializing the throwable and marshalling it using a {@link
* SerWrapper}. On the server side, this class sets the wrapped
From source file Test.java
class InvalidParameter extends java.lang.Exception { public InvalidParameter() { super("Invalid Parameter"); } }
From source file com.microsoft.rest.ServiceException.java
/** * Exception thrown for an invalid response with custom error information. */ public class ServiceException extends Exception { /**