org.jboss.portal.common.text
Class UnsupportedCharsetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.portal.common.text.EncodingException
                  extended by org.jboss.portal.common.text.UnsupportedCharsetException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCharsetException
extends EncodingException

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
UnsupportedCharsetException()
           
UnsupportedCharsetException(java.lang.String string)
           
UnsupportedCharsetException(java.lang.String string, java.lang.Throwable throwable)
           
UnsupportedCharsetException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

UnsupportedCharsetException

public UnsupportedCharsetException()

UnsupportedCharsetException

public UnsupportedCharsetException(java.lang.String string)

UnsupportedCharsetException

public UnsupportedCharsetException(java.lang.String string,
                                   java.lang.Throwable throwable)

UnsupportedCharsetException

public UnsupportedCharsetException(java.lang.Throwable throwable)