Class PartitionOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.PartitionOverflowException
All Implemented Interfaces:
Serializable

public class PartitionOverflowException extends Exception

Class PartitionOverflowException

This class extends Exception class and is used to represent a partition overflow exception
See Also:
  • Constructor Details

    • PartitionOverflowException

      public PartitionOverflowException()
    • PartitionOverflowException

      public PartitionOverflowException(String message)
    • PartitionOverflowException

      public PartitionOverflowException(String message, Throwable cause)
    • PartitionOverflowException

      public PartitionOverflowException(Throwable cause)
    • PartitionOverflowException

      protected PartitionOverflowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)