fipaos.mts
Class UnknownProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.mts.UnknownProtocolException
All Implemented Interfaces:
java.io.Serializable

public class UnknownProtocolException
extends java.lang.Exception

This exception is generally thrown when a MessageSender / CommsTransport is unable to send a message with a specified protocol

See Also:
Serialized Form

Constructor Summary
UnknownProtocolException()
          Creates an exception with no reason
UnknownProtocolException(java.lang.String error)
          Creates an exception with the given reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownProtocolException

public UnknownProtocolException()
Creates an exception with no reason

UnknownProtocolException

public UnknownProtocolException(java.lang.String error)
Creates an exception with the given reason
Parameters:
error - The reason for the exception