com.plumtree.openfoundation.util
Class XPUnsupportedEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.util.XPUnsupportedEncodingException
All Implemented Interfaces:
java.io.Serializable

public class XPUnsupportedEncodingException
extends XPException

The Character Encoding is not supported.

See Also:
Serialized Form

Constructor Summary
XPUnsupportedEncodingException()
          Creates a new XPUnsupportedEncodingException object.
XPUnsupportedEncodingException(java.lang.String message)
          Creates a new XPUnsupportedEncodingException object.
XPUnsupportedEncodingException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPNullPointerException object.
XPUnsupportedEncodingException(java.lang.Throwable e)
          Creates a new XPUnsupportedEncodingException object.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPUnsupportedEncodingException

public XPUnsupportedEncodingException()
Creates a new XPUnsupportedEncodingException object.


XPUnsupportedEncodingException

public XPUnsupportedEncodingException(java.lang.String message)
Creates a new XPUnsupportedEncodingException object.

Parameters:
message - Message to be wrapped by XPUnsupportedEncodingException.

XPUnsupportedEncodingException

public XPUnsupportedEncodingException(java.lang.Throwable e)
Creates a new XPUnsupportedEncodingException object.

Parameters:
e - Exception Object to be wrapped by XPUnsupportedEncodingException.

XPUnsupportedEncodingException

public XPUnsupportedEncodingException(java.lang.String message,
                                      java.lang.Throwable e)
Creates a new XPNullPointerException object.

Parameters:
message - Message to be wrapped by XPUnsupportedEncodingException.
e - Exception Object to be wrapped by XPUnsupportedEncodingException.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.