public class CallProviderException extends Exception
| Constructor and Description |
|---|
CallProviderException()
Instantiates a new call provider exception.
|
CallProviderException(String message)
Instantiates a new call provider exception.
|
CallProviderException(String message,
Throwable cause)
Instantiates a new call provider exception.
|
CallProviderException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new call provider exception.
|
CallProviderException(Throwable cause)
Instantiates a new call provider exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CallProviderException()
public CallProviderException(String message)
message - the messagepublic CallProviderException(Throwable cause)
cause - the causepublic CallProviderException(String message, Throwable cause)
message - the messagecause - the causepublic CallProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2003–2020 eXo Platform SAS. All rights reserved.