Class LegsAlreadyLinkedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LegsAlreadyLinkedException
    extends java.lang.Exception
    Exception thrown if a Leg already linked to another Leg.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LegsAlreadyLinkedException

        public LegsAlreadyLinkedException()
        Create a LegsAlreadyLinkedException.
      • LegsAlreadyLinkedException

        public LegsAlreadyLinkedException​(java.lang.String message)
        Create a LegsAlreadyLinkedException with a detail message.
        Parameters:
        message - the detail message.
      • LegsAlreadyLinkedException

        public LegsAlreadyLinkedException​(java.lang.Throwable cause)
        Create a LegsAlreadyLinkedException with a cause.
        Parameters:
        cause - the reason this exception was thrown.
      • LegsAlreadyLinkedException

        public LegsAlreadyLinkedException​(java.lang.String message,
                                          java.lang.Throwable cause)
        Create a LegsAlreadyLinkedException with a detail message and cause.
        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.