super(cause);
// TODO Auto-generated constructor stub
}
public static ServiceException create(String userMessage, String internalMessage, Throwable cause) {
return new ServiceException(new StandardApplicativeMessage(userMessage), internalMessage, cause);
}