com.ferri.service.exceptions
Class CommonServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ferri.service.exceptions.ServiceException
com.ferri.service.exceptions.CommonServiceException
- All Implemented Interfaces:
- Serializable
public class CommonServiceException
- extends ServiceException
Excepció comuna per service
- Author:
- dferri
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
CommonServiceException
public CommonServiceException(String message,
Throwable cause)
- Creador Instancia
- Parameters:
message
- cause
-
CommonServiceException
public CommonServiceException(String message)
- Creador Instancia
- Parameters:
message
-
CommonServiceException
public CommonServiceException(Throwable cause)
- Creador Instancia
- Parameters:
cause
-