Package org.openwebnet4j.message
Class UnsupportedFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openwebnet4j.message.FrameException
-
- org.openwebnet4j.message.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 Summary
Constructors Constructor Description UnsupportedFrameException()
Constructs a newUnsupportedFrameException
without a detail message.UnsupportedFrameException(String s)
Constructs a newUnsupportedFrameException
with the specified detail message.UnsupportedFrameException(String s, Throwable cause)
Constructs a newUnsupportedFrameException
with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedFrameException
public UnsupportedFrameException()
Constructs a newUnsupportedFrameException
without a detail message.
-
UnsupportedFrameException
public UnsupportedFrameException(String s)
Constructs a newUnsupportedFrameException
with the specified detail message.- Parameters:
s
- the detail message
-
-