org.granite.messaging.jmf
Class JMFConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.granite.messaging.jmf.JMFConfigurationException
All Implemented Interfaces:
Serializable

public class JMFConfigurationException
extends RuntimeException

Author:
Franck WOLFF
See Also:
Serialized Form

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

JMFConfigurationException

public JMFConfigurationException()

JMFConfigurationException

public JMFConfigurationException(String message)

JMFConfigurationException

public JMFConfigurationException(Throwable cause)

JMFConfigurationException

public JMFConfigurationException(String message,
                                 Throwable cause)