data-miner-manager-tester/src/main/java/org/gcube/portlets/user/dataminermanagertester/shared/exception/ServiceException.java

43 lines
799 B
Java

/**
*
*/
package org.gcube.portlets.user.dataminermanagertester.shared.exception;
/**
*
* @author Giancarlo Panichi
*
*
*/
public class ServiceException extends Exception {
private static final long serialVersionUID = 2448597554902518518L;
***REMOVED***
***REMOVED***
***REMOVED***
public ServiceException() {
super();
***REMOVED***
***REMOVED***
***REMOVED***@param message
***REMOVED*** message
***REMOVED***
public ServiceException(String message) {
super(message);
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***@param message
***REMOVED*** message
***REMOVED***@param throwable
***REMOVED*** error
***REMOVED***
public ServiceException(String message, Throwable throwable) {
super(message, throwable);
***REMOVED***
***REMOVED***