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 Summary
Constructors Constructor Description CodecPreconditionException(String msg)
CodecPreconditionException(AugmentationPath path)
CodecPreconditionException(Extension extension)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CodecPreconditionException
public CodecPreconditionException(String msg)
-
CodecPreconditionException
public CodecPreconditionException(AugmentationPath path)
-
CodecPreconditionException
public CodecPreconditionException(Extension extension)
-
-