public class AdManagerException extends Exception
Constructor and Description |
---|
AdManagerException()
Initialise the AdManager Exception with default values.
|
AdManagerException(String message)
Initialise the AdManager Exception with a message.
|
AdManagerException(String message,
Throwable cause)
Initialise the AdManager Exception with a message and a Throwable.
|
AdManagerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Initialise the AdManager Exception with a message, a Throwable, whether
suppression is enabled, and whether the stack trace is writable.
|
AdManagerException(Throwable cause)
Initialise the AdManager Exception with a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AdManagerException()
public AdManagerException(String message)
message
- the detail messagepublic AdManagerException(Throwable cause)
cause
- the causepublic AdManagerException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic AdManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the detail messagecause
- the causeenableSuppression
- whether suppression is enabled or disabledwritableStackTrace
- whether the stack trace is writableCopyright © 2010–2019. All rights reserved.