org.granite.messaging.jmf
Class JMFUnresolvedSharedObjectException

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

public class JMFUnresolvedSharedObjectException
extends RuntimeException

Author:
Franck WOLFF
See Also:
Serialized Form

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

JMFUnresolvedSharedObjectException

public JMFUnresolvedSharedObjectException()

JMFUnresolvedSharedObjectException

public JMFUnresolvedSharedObjectException(String message)

JMFUnresolvedSharedObjectException

public JMFUnresolvedSharedObjectException(Throwable cause)

JMFUnresolvedSharedObjectException

public JMFUnresolvedSharedObjectException(String message,
                                          Throwable cause)