Class RuntimeWorkerException

  • All Implemented Interfaces:
    Serializable

    public class RuntimeWorkerException
    extends RuntimeException
    Thrown when the XMLWorker throws an Exception that we want to convert to a RuntimeException.
    Author:
    redlab_b
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeWorkerException

        public RuntimeWorkerException()
      • RuntimeWorkerException

        public RuntimeWorkerException​(String message,
                                      Throwable cause)
        Parameters:
        message - a message
        cause - a cause
      • RuntimeWorkerException

        public RuntimeWorkerException​(String message)
        Parameters:
        message - a message
      • RuntimeWorkerException

        public RuntimeWorkerException​(Throwable cause)
        Parameters:
        cause - a cause