org.idoox.xmlrpc.encoding
Class NoSuchEncodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.xmlrpc.encoding.NoSuchEncodingException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchEncodingException
extends java.lang.Exception

This exception is thrown by EncodingRepository if there is no handler for an encoding

Since:
4.0
See Also:
Serialized Form
Component:
Core

Constructor Summary
NoSuchEncodingException()
          Creates a new NoSuchEncodingException instance.
NoSuchEncodingException(java.lang.String message)
          Creates a new NoSuchEncodingException instance.
 
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
 

Constructor Detail

NoSuchEncodingException

public NoSuchEncodingException()
Creates a new NoSuchEncodingException instance.


NoSuchEncodingException

public NoSuchEncodingException(java.lang.String message)
Creates a new NoSuchEncodingException instance.

Parameters:
message - human readable message why the exception has been thrown