Class SinkIsFullException

All Implemented Interfaces:
Serializable

public class SinkIsFullException extends RuntimeException
See Also:
  • Constructor Details

    • SinkIsFullException

      public SinkIsFullException()
      Creates a new instance of SinkIsFullException without detail message.
    • SinkIsFullException

      public SinkIsFullException(String msg)
      Constructs an instance of SinkIsFullException with the specified detail message.
      Parameters:
      msg - the detail message.