Package one.nio.async

Class AsyncException

All Implemented Interfaces:
Serializable

public class AsyncException extends RuntimeException
See Also:
  • Constructor Details

    • AsyncException

      public AsyncException()
    • AsyncException

      public AsyncException(String message)
    • AsyncException

      public AsyncException(String message, Throwable cause)
    • AsyncException

      public AsyncException(Throwable cause)