org.jvnet.fastinfoset
Class EncodingAlgorithmException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jvnet.fastinfoset.FastInfosetException
              extended byorg.jvnet.fastinfoset.EncodingAlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class EncodingAlgorithmException
extends FastInfosetException

See Also:
Serialized Form

Constructor Summary
EncodingAlgorithmException(java.lang.Exception e)
           
EncodingAlgorithmException(java.lang.String message)
           
EncodingAlgorithmException(java.lang.String message, java.lang.Exception e)
           
 
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

EncodingAlgorithmException

public EncodingAlgorithmException(java.lang.String message)

EncodingAlgorithmException

public EncodingAlgorithmException(java.lang.String message,
                                  java.lang.Exception e)

EncodingAlgorithmException

public EncodingAlgorithmException(java.lang.Exception e)