Package org.opendaylight.ovsdb.lib.error
Class InvalidEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opendaylight.ovsdb.lib.error.InvalidEncodingException
-
- All Implemented Interfaces:
Serializable
public class InvalidEncodingException extends RuntimeException
InvalidEncodingException in cases where something is not UTF-8 Encoded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEncodingException(String actual, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActual()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-