Module swim.io
Package swim.io

Class StationException

All Implemented Interfaces:
Serializable

public class StationException extends RuntimeException
Thrown when a Station encounters an error.
See Also:
  • Constructor Details

    • StationException

      public StationException(String message, Throwable cause)
    • StationException

      public StationException(String message)
    • StationException

      public StationException(Throwable cause)
    • StationException

      public StationException()