Class CodecPreconditionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.opendaylight.openflowplugin.extension.vendor.eric.convertor.CodecPreconditionException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CodecPreconditionException extends RuntimeException Codec precondition exception.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CodecPreconditionException(String msg)CodecPreconditionException(AugmentationPath path)CodecPreconditionException(Extension extension)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CodecPreconditionExceptionpublic CodecPreconditionException(String msg) 
 - 
CodecPreconditionExceptionpublic CodecPreconditionException(AugmentationPath path) 
 - 
CodecPreconditionExceptionpublic CodecPreconditionException(Extension extension) 
 
- 
 
-