| Constructs a new service exception with an error code,
a message and a root exception.
Parameters: code - an int specifying the error code number Parameters: msg - a String specifying the text of the exceptionmessage Parameters: cause - the Throwable exception that interfered withthe service's normal operation, making this serviceexception necessary |