Class AbortedException

All Implemented Interfaces:
Serializable

public class AbortedException extends ExecutionException implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • AbortedException

      public AbortedException()
    • AbortedException

      public AbortedException(String msg)
    • AbortedException

      public AbortedException(Throwable cause)
    • AbortedException

      public AbortedException(String msg, Throwable cause)