org.objectweb.tribe.exceptions
Class NoReceiverException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.tribe.exceptions.NoReceiverException
All Implemented Interfaces:
java.io.Serializable

public class NoReceiverException
extends java.lang.Exception

This class defines a NoReceiverException.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Constructor Summary
NoReceiverException()
          Creates a new NoReceiverException object
NoReceiverException(java.lang.String message)
          Creates a new NoReceiverException object
NoReceiverException(java.lang.String message, java.lang.Throwable cause)
          Creates a new NoReceiverException object
NoReceiverException(java.lang.Throwable cause)
          Creates a new NoReceiverException object
 
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

NoReceiverException

public NoReceiverException()
Creates a new NoReceiverException object


NoReceiverException

public NoReceiverException(java.lang.String message)
Creates a new NoReceiverException object

Parameters:
message - error message

NoReceiverException

public NoReceiverException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new NoReceiverException object

Parameters:
message - error message
cause - error cause

NoReceiverException

public NoReceiverException(java.lang.Throwable cause)
Creates a new NoReceiverException object

Parameters:
cause - error cause


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.