Package org.oristool.lello.exception
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oristool.lello.exception.ReadOnlyException
- All Implemented Interfaces:
Serializable
Describes an exceptional event occurred during an illegal attempt to alter a
read-only value.
- See Also:
-
Constructor Summary
ConstructorDescriptionReadOnlyException
(String message) ReadOnlyException
(String message, Throwable cause) ReadOnlyException
(Throwable cause) -
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
public ReadOnlyException() -
ReadOnlyException
-
ReadOnlyException
-
ReadOnlyException
-