Class UnsupportedFrameException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedFrameException
    extends FrameException
    UnsupportedFrameException class is used when a OpenWebNet frame is not supported by the library.
    Author:
    M. Valla - Initial contribution
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedFrameException

        public UnsupportedFrameException()
        Constructs a new UnsupportedFrameException without a detail message.
      • UnsupportedFrameException

        public UnsupportedFrameException​(String s)
        Constructs a new UnsupportedFrameException with the specified detail message.
        Parameters:
        s - the detail message
      • UnsupportedFrameException

        public UnsupportedFrameException​(String s,
                                         Throwable cause)
        Constructs a new UnsupportedFrameException with the specified detail message and cause.
        Parameters:
        s - the detail message
        cause - the cause in form of a throwable object, can be null