planet.results
Class NoSuchMessagePerformative

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by planet.results.NoSuchMessagePerformative
All Implemented Interfaces:
java.io.Serializable

public class NoSuchMessagePerformative
extends java.lang.Exception

This Exception is thrown whenever a incoming RouteMessage pattern does not match any Message Status on LinkState results.

Author:
Marc Sanchez
See Also:
Serialized Form

Constructor Summary
NoSuchMessagePerformative()
          Generates new instance with default message.
NoSuchMessagePerformative(java.lang.String message)
          Generates nes instance with the specified message
NoSuchMessagePerformative(java.lang.String message, java.lang.Throwable cause)
          Inicialization of the new instance.
NoSuchMessagePerformative(java.lang.Throwable cause)
          Initialization of the new instance.
 
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

NoSuchMessagePerformative

public NoSuchMessagePerformative()
Generates new instance with default message.


NoSuchMessagePerformative

public NoSuchMessagePerformative(java.lang.String message)
Generates nes instance with the specified message

Parameters:
message - Message to be inicialized the Exception.

NoSuchMessagePerformative

public NoSuchMessagePerformative(java.lang.String message,
                                 java.lang.Throwable cause)
Inicialization of the new instance.

Parameters:
message - The message to be inicialized.
cause - Throwable cause of the exception.

NoSuchMessagePerformative

public NoSuchMessagePerformative(java.lang.Throwable cause)
Initialization of the new instance.

Parameters:
cause - Throwable cause of the exception.