com.compoze.collab.util
Class ByteToCharUtf7.ConversionBufferFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.CharConversionException
                  extended by com.compoze.collab.util.ByteToCharUtf7.ConversionBufferFullException
All Implemented Interfaces
Serializable
Enclosing class:
ByteToCharUtf7

public static class ByteToCharUtf7.ConversionBufferFullException
extends CharConversionException

See Also
Serialized Form

Constructor Summary
ByteToCharUtf7.ConversionBufferFullException()
          Constructs a ConversionBufferFullException.
ByteToCharUtf7.ConversionBufferFullException(String s)
          Constructs a ConversionBufferFullException.
 
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

ByteToCharUtf7.ConversionBufferFullException

public ByteToCharUtf7.ConversionBufferFullException()
Constructs a ConversionBufferFullException.


ByteToCharUtf7.ConversionBufferFullException

public ByteToCharUtf7.ConversionBufferFullException(String s)
Constructs a ConversionBufferFullException.

Parameters
s -


Copyright © 2006 BEA Systems, Inc. All Rights Reserved