Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.openflowplugin.impl.services.util.ServiceException
-
- All Implemented Interfaces:
Serializable
public class ServiceException extends Exception
Exception thrown byAbstractService.buildRequest( org.opendaylight.openflowplugin.api.openflow.device.Xid, Object)
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceException
public ServiceException(Throwable cause)
-
-