fipaos.mts
Class InitialisationException

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

public class InitialisationException
extends java.lang.Exception

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

See Also:
Serialized Form

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

InitialisationException

public InitialisationException()
Creates an exception with no reason

InitialisationException

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