org.jvnet.fastinfoset
Class EncodingAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.fastinfoset.FastInfosetException
              extended by org.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)
           
 
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

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)