org.jvnet.fastinfoset
Class FastInfosetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.fastinfoset.FastInfosetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EncodingAlgorithmException

public class FastInfosetException
extends java.lang.Exception

See Also:
Serialized Form

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

FastInfosetException

public FastInfosetException(java.lang.String message)

FastInfosetException

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

FastInfosetException

public FastInfosetException(java.lang.Exception e)