@EvolvingApi public class ParsingException extends RuntimeException
Constructor and Description |
---|
ParsingException(String message)
Constructs a new exception with the specified detail message.
|
ParsingException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and
Throwable as cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParsingException(String message)
message
- the detail message.Copyright © 2023 Hazelcast, Inc.. All rights reserved.