Module swim.api
Package swim.api

Class LinkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UplinkException

public class LinkException extends RuntimeException
See Also:
  • Constructor Details

    • LinkException

      public LinkException(String message, Throwable cause)
    • LinkException

      public LinkException(String message)
    • LinkException

      public LinkException(Throwable cause)
    • LinkException

      public LinkException()