Class SimLinkInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.simplace.sim.exceptions.SimLinkInvalidException
All Implemented Interfaces:
Serializable

public class SimLinkInvalidException extends RuntimeException
If Link could not be established because of not valid source or target point or key is wrong this exception might be thrown. Please take care to add the cause of the exception
Author:
Andreas Enders
See Also:
  • Constructor Details

    • SimLinkInvalidException

      public SimLinkInvalidException()
    • SimLinkInvalidException

      public SimLinkInvalidException(String aMessage)
    • SimLinkInvalidException

      public SimLinkInvalidException(Throwable aCause)
    • SimLinkInvalidException

      public SimLinkInvalidException(String aMessage, Throwable aCause)