org.objectweb.dream.message
Class InvalidReference
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.