fipaos.mts
Class UnknownProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.mts.UnknownProtocolException

public class UnknownProtocolException
extends Exception

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


Constructor Summary
UnknownProtocolException()
          Creates an exception with no reason
UnknownProtocolException(String error)
          Creates an exception with the given reason

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

UnknownProtocolException

public UnknownProtocolException()
Creates an exception with no reason

UnknownProtocolException

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