Class MalformedArgumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.labs64.netlicensing.exception.NetLicensingException
com.labs64.netlicensing.exception.MalformedArgumentsException
- All Implemented Interfaces:
Serializable
Thrown when illegal arguments are passed to the NetLicensing client call.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct aConversionException
with the specified detail message. -
Method Summary
Methods inherited from class com.labs64.netlicensing.exception.NetLicensingException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedArgumentsException
Construct aConversionException
with the specified detail message.- Parameters:
msg
- the detail message
-