Class UnsupportedCodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- com.healthmarketscience.jackcess.impl.UnsupportedCodecException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedCodecException extends UnsupportedOperationException
Exception thrown by a CodecHandler to indicate that the current encoding is not supported. This generally indicates that a different CodecProvider needs to be chosen.- Author:
- James Ahlborn
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCodecException(String msg)UnsupportedCodecException(String msg, Throwable t)UnsupportedCodecException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-