Package jmri.jmrix.purejavacomm
Class UnsupportedCommOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.jmrix.purejavacomm.UnsupportedCommOperationException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedCommOperationException extends java.lang.Exception
This exception is thrown when the operation is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCommOperationException()
Creates a new instance ofUnsupportedCommOperationException
without detail message.
-
-
-
Constructor Detail
-
UnsupportedCommOperationException
public UnsupportedCommOperationException()
Creates a new instance ofUnsupportedCommOperationException
without detail message.
-
-