Class PlcUnsupportedProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.plc4x.java.api.exceptions.PlcException
-
- org.apache.plc4x.java.api.exceptions.PlcConnectionException
-
- org.apache.plc4x.java.api.exceptions.PlcUnsupportedProtocolException
-
- All Implemented Interfaces:
Serializable
public class PlcUnsupportedProtocolException extends PlcConnectionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlcUnsupportedProtocolException(String message)
PlcUnsupportedProtocolException(String message, Throwable cause)
PlcUnsupportedProtocolException(Throwable 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
-
PlcUnsupportedProtocolException
public PlcUnsupportedProtocolException(String message)
-
PlcUnsupportedProtocolException
public PlcUnsupportedProtocolException(String message, Throwable cause)
-
PlcUnsupportedProtocolException
public PlcUnsupportedProtocolException(Throwable cause)
-
-