Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends RuntimeException
An exception used to report a background job failure
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
      Create a new instance
      Parameters:
      message - An error message
    • ServiceException

      public ServiceException(String message, Throwable cause)
      Create a new instance
      Parameters:
      message - An error message
      cause - A cause exception