Package jmri.jmrix.purejavacomm
Class UnsupportedCommOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.jmrix.purejavacomm.UnsupportedCommOperationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the operation is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofUnsupportedCommOperationExceptionwithout detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCommOperationException
public UnsupportedCommOperationException()Creates a new instance ofUnsupportedCommOperationExceptionwithout detail message.
-