public class SketchesReadOnlyException extends SketchesException
Constructor and Description |
---|
SketchesReadOnlyException()
Constructs a new runtime exception with the message:
"Write operation attempted on a read-only class."
|
SketchesReadOnlyException(String message)
Constructs a new runtime exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SketchesReadOnlyException()
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
public SketchesReadOnlyException(String message)
message
- the detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.