Class ConverterNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.openflowplugin.extension.api.exception.ConversionException
org.opendaylight.openflowplugin.extension.api.exception.ConverterNotFoundException
All Implemented Interfaces:
Serializable

public class ConverterNotFoundException extends ConversionException
For case when converter is not available.
See Also:
  • Constructor Details

    • ConverterNotFoundException

      public ConverterNotFoundException(String message)
    • ConverterNotFoundException

      public ConverterNotFoundException(String message, Throwable cause)