public class ObjectReadOnlyException extends RuntimeException
| Constructor and Description |
|---|
ObjectReadOnlyException()
Creates a new readonly exception
|
ObjectReadOnlyException(Throwable root)
Creates a new readonly exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectReadOnlyException()
public ObjectReadOnlyException(Throwable root)
root - root cause that threw this exceptionCopyright © 2020. All rights reserved.