Class DatastoreOperationFailedWebApplicationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- javax.ws.rs.WebApplicationException
 - 
- org.opendaylight.neutron.northbound.api.DatastoreOperationFailedWebApplicationException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DatastoreOperationFailedWebApplicationException extends javax.ws.rs.WebApplicationExceptionJAX RS specific exception wrapping an ODL MDSAL datastore read/validate/write operation failure.- Author:
 - Michael Vorburger.ch
 - See Also:
 ReadFailedRuntimeException, Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description DatastoreOperationFailedWebApplicationException(org.opendaylight.yangtools.yang.common.OperationFailedException cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -