Class StationException

All Implemented Interfaces:
Serializable

public final class StationException extends DesktopException
Exception thrown when the desktop station is unusable.
See Also:
  • Constructor Details

    • StationException

      public StationException()
      Constructs a new StationException instance.
    • StationException

      public StationException(String message)
      Constructs a new StationException with a message.
      Parameters:
      message - the detail message.
    • StationException

      public StationException(Throwable cause)
      Constructs a new StationException with a cause.
      Parameters:
      cause - the cause of this exception.
    • StationException

      public StationException(String message, Throwable cause)
      Constructs a new StationException with a message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception.