Package org.opendaylight.neutron.spi
Class ReadFailedRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opendaylight.neutron.spi.ReadFailedRuntimeException
-
- All Implemented Interfaces:
Serializable
public class ReadFailedRuntimeException extends RuntimeException
ReadFailedException
as an unchecked RuntimeException. See also org.opendaylight.neutron.northbound.api.DatastoreOperationFailedWebApplicationException.- Author:
- Michael Vorburger.ch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadFailedRuntimeException(org.opendaylight.mdsal.common.api.ReadFailedException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-