Class PartitionOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.PartitionOverflowException
- All Implemented Interfaces:
Serializable
Class PartitionOverflowException
This class extends Exception class and is used to represent a partition overflow exception- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPartitionOverflowException(String message) PartitionOverflowException(String message, Throwable cause) protectedPartitionOverflowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartitionOverflowException
public PartitionOverflowException() -
PartitionOverflowException
-
PartitionOverflowException
-
PartitionOverflowException
-
PartitionOverflowException
-