public class OracleJsonGenerationException extends OracleJsonException
Constructor and Description |
---|
OracleJsonGenerationException(String message)
Constructs a new exception with the specified message.
|
OracleJsonGenerationException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OracleJsonGenerationException(String message)
message
- the detail message.