public class ThirdPartyToolException extends Exception
| Constructor and Description |
|---|
ThirdPartyToolException(String message)
Construct a new
ThirdPartyToolException exception providing a message. |
ThirdPartyToolException(String message,
Exception cause)
Construct a new
ThirdPartyToolException exception wrapping an underlying Exception
and providing a message. |
ThirdPartyToolException(String message,
Throwable cause)
Construct a new
ThirdPartyToolException exception wrapping an underlying Throwable
and providing a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThirdPartyToolException(String message, Exception cause)
ThirdPartyToolException exception wrapping an underlying Exception
and providing a message.message - could be nullcause - could be nullpublic ThirdPartyToolException(String message, Throwable cause)
ThirdPartyToolException exception wrapping an underlying Throwable
and providing a message.message - could be nullcause - could be nullpublic ThirdPartyToolException(String message)
ThirdPartyToolException exception providing a message.message - could be nullCopyright © 2010–2023. All rights reserved.