Class ConversionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.opendaylight.openflowplugin.extension.api.exception.ConversionException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- ConverterNotFoundException,- ExperimenterConversionException
 
 public class ConversionException extends Exception General exception for conversion related operations.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConversionException(String message)ConversionException(String message, Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-