Class LeafFullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.grp1.exception.LeafFullException
All Implemented Interfaces:
Serializable

public class LeafFullException extends Exception
See Also:
  • Constructor Details

    • LeafFullException

      public LeafFullException()
    • LeafFullException

      public LeafFullException(String message)
      Constructor to instantiate the exception by message
      Parameters:
      message - Message of the error
    • LeafFullException

      public LeafFullException(String message, Throwable cause)
      Constructor to instantiate the exception by message and cause
      Parameters:
      message - Message of the error
      cause - Cause of the error in the form of Throwable