Class SourceIsFullException

All Implemented Interfaces:
Serializable

public class SourceIsFullException extends RuntimeException
See Also:
  • Constructor Details

    • SourceIsFullException

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

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