org.granite.messaging.jmf
Class JMFEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.granite.messaging.jmf.JMFEncodingException
All Implemented Interfaces:
Serializable

public class JMFEncodingException
extends IOException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
JMFEncodingException()
           
JMFEncodingException(String message)
           
JMFEncodingException(String message, Throwable cause)
           
JMFEncodingException(Throwable cause)
           
 
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

JMFEncodingException

public JMFEncodingException()

JMFEncodingException

public JMFEncodingException(String message)

JMFEncodingException

public JMFEncodingException(Throwable cause)

JMFEncodingException

public JMFEncodingException(String message,
                            Throwable cause)