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 SummaryConstructors Constructor Description ServiceException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceExceptionpublic ServiceException(Throwable cause) 
 
- 
 
-