public class FederatedWorkerHandlerException extends RuntimeException
| Constructor and Description | 
|---|
FederatedWorkerHandlerException(String msg)
Create new instance of FederatedWorkerHandlerException with a message. 
 | 
FederatedWorkerHandlerException(String msg,
                               Throwable t)
Create new instance of FederatedWorkerHandlerException with a message
 and a throwable representing the original cause of the exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FederatedWorkerHandlerException(String msg)
msg - message describing the exceptionpublic FederatedWorkerHandlerException(String msg, Throwable t)
msg - message describing the exceptiont - throwable representing the original cause of the exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.