public class DelegateCallbackException extends Exception
ClientDelegateCallback.| Constructor and Description |
|---|
DelegateCallbackException(String message)
Constructor with a message only.
|
DelegateCallbackException(String message,
Throwable throwable)
Constructor with message and an original exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DelegateCallbackException(String message)
message - The message.Copyright © 2019 Communote team. All rights reserved.