Package com.zebra.sdk.printer
Class NotALinkOsPrinterException
- All Implemented Interfaces:
Serializable
Signals that a Link-OS operation has been attempted on a non-Link-OS printer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aNotALinkOsPrinterExceptionwith"This is not a Link-OS printer"as the detailed error 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
-
NotALinkOsPrinterException
public NotALinkOsPrinterException()Constructs aNotALinkOsPrinterExceptionwith"This is not a Link-OS printer"as the detailed error message.
-