public class SiteToolException extends Exception
Constructor and Description |
---|
SiteToolException(String message)
Construct a new
SiteToolException exception providing a message . |
SiteToolException(String message,
Exception cause)
Construct a new
SiteToolException exception wrapping an underlying Exception
and providing a message . |
SiteToolException(String message,
Throwable cause)
Construct a new
SiteToolException exception wrapping an underlying Throwable
and providing a message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SiteToolException(String message, Exception cause)
SiteToolException
exception wrapping an underlying Exception
and providing a message
.message
- could be nullcause
- could be nullpublic SiteToolException(String message, Throwable cause)
SiteToolException
exception wrapping an underlying Throwable
and providing a message
.message
- could be nullcause
- could be nullpublic SiteToolException(String message)
SiteToolException
exception providing a message
.message
- could be nullCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.