Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.sonus21.rqueue.exception.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends Exception
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String message)
    • ProcessingException

      public ProcessingException(String message, Object data)
  • Method Details