public class PhoenixException extends ServerException
Constructor and Description |
---|
PhoenixException(String strMessage)
Class constructor specifying a detailed message.
|
PhoenixException(String strMessage,
Throwable thE)
Class constructor specifying a detailed message and the original thrown exception.
|
getSource, setSource
getOriginalException, getStackTrace, getStackTrace, isSQLExceptionThrown, printStackTrace, printStackTrace, printStackTrace, removeOriginalException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTrace, toString
public PhoenixException(String strMessage, Throwable thE)
strMessage
- the detailed message of this exceptionthE
- the originally thrown exceptionpublic PhoenixException(String strMessage)
strMessage
- the message of this exceptionCopyright © 2003, 2024, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.