Class UnknownChannelException

All Implemented Interfaces:
Serializable

class UnknownChannelException extends RuntimeException
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Default for non-checking.
      See Also:
    • channelNumber

      private final int channelNumber
  • Constructor Details

    • UnknownChannelException

      public UnknownChannelException(int channelNumber)
  • Method Details

    • getChannelNumber

      public int getChannelNumber()