Class ExecutionException

All Implemented Interfaces:
Serializable

public class ExecutionException extends TaskException
Exception generated when a task does not complete correctly for some known reason.
See Also:
  • Constructor Details

    • ExecutionException

      public ExecutionException()
    • ExecutionException

      public ExecutionException(String message)
    • ExecutionException

      public ExecutionException(String message, int errorCode)
    • ExecutionException

      public ExecutionException(String message, Throwable cause)
    • ExecutionException

      public ExecutionException(Throwable cause)
  • Method Details

    • setErrorCode

      public void setErrorCode(int code)
    • getErrorCode

      public int getErrorCode()