Package com.zebra.sdk.weblink
Class ZebraWeblinkException
- All Implemented Interfaces:
Serializable
Signals that an error occured while configuring weblink
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aZebraWeblinkExceptionwith a base ExceptionZebraWeblinkException(String string) Constructs aSettingsExceptionwith a custom 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
-
ZebraWeblinkException
Constructs aZebraWeblinkExceptionwith a base Exception- Parameters:
e- the base exception
-
ZebraWeblinkException
Constructs aSettingsExceptionwith a custom detailed error message.- Parameters:
string- the custom error message
-