Package org.apache.datasketches.memory
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datasketches.memory.MemoryException
org.apache.datasketches.memory.ReadOnlyException
- All Implemented Interfaces:
Serializable
The exception thrown when attempting to write into a read-only Resource.
- Author:
- Praveenkumar Venkatesan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyException
Read Only Exception- Parameters:
message- the error message
-