com.healthmarketscience.jackcess
Class UnsupportedCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.healthmarketscience.jackcess.UnsupportedCodecException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedCodecException
- extends java.lang.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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedCodecException
public UnsupportedCodecException(java.lang.String msg)
UnsupportedCodecException
public UnsupportedCodecException(java.lang.String msg,
java.lang.Throwable t)
UnsupportedCodecException
public UnsupportedCodecException(java.lang.Throwable t)