org.objectweb.dream.message
Class InvalidReference

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.dream.message.InvalidReference
All Implemented Interfaces:
Serializable

public class InvalidReference
extends RuntimeException

Exception thrown by message manager when an invalid reference is used.

See Also:
Serialized Form

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

InvalidReference

public InvalidReference()
See Also:
RuntimeException.RuntimeException()

InvalidReference

public InvalidReference(String message,
                        Throwable cause)
See Also:
RuntimeException.RuntimeException(String, Throwable)

InvalidReference

public InvalidReference(String message)
See Also:
RuntimeException.RuntimeException(String)

InvalidReference

public InvalidReference(Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.