fipaos.mts
Class InitialisationException

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

public class InitialisationException
extends Exception

This exception is generally thrown when a MessageSender / Comms-Transport
is unable initialise properly


Constructor Summary
InitialisationException()
          Creates an exception with no reason
InitialisationException(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

InitialisationException

public InitialisationException()
Creates an exception with no reason

InitialisationException

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