Class ServiceException

All Implemented Interfaces:
Serializable

@Private public class ServiceException extends ServerException
Exception thrown by Service implementations.
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(XException.ERROR error, Object... params)
      Creates an service exception using the specified error code. The exception message is resolved using the error code template and the passed parameters.
      Parameters:
      error - error code for the XException.
      params - parameters to use when creating the error message with the error code template.