public class ReadFailedException
extends org.opendaylight.yangtools.yang.common.OperationFailedException
| Modifier and Type | Field and Description | 
|---|---|
static org.opendaylight.yangtools.util.concurrent.ExceptionMapper<ReadFailedException> | 
MAPPER  | 
| Constructor and Description | 
|---|
ReadFailedException(String message,
                   org.opendaylight.yangtools.yang.common.RpcError... errors)  | 
ReadFailedException(String message,
                   Throwable cause,
                   org.opendaylight.yangtools.yang.common.RpcError... errors)  | 
getErrorList, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final org.opendaylight.yangtools.util.concurrent.ExceptionMapper<ReadFailedException> MAPPER
Copyright © 2018 OpenDaylight. All rights reserved.