Package com.labs64.netlicensing.exception


package com.labs64.netlicensing.exception
  • Exceptions
    Class
    Description
    The exception is thrown when signature validation of NetLicensing signed response fails.
    This exception class should be used when there's a problem during the conversion from one representation of object to another (for example, during the transformation of an XML item to an entity).
    Thrown when illegal arguments are passed to the NetLicensing client call.
    Base class for checked exceptions with a root cause.
    The Class RestException can be used in cases where no checked exception can be thrown (e.g.
    ServiceException is thrown when error response is received from the service.
    The exception class that should be used when the content of the response of NetLicensing service doesn't meet expectations that we impose on it.