Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends NetLicensingException
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).
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String msg)
      Construct a ConversionException with the specified detail message.
      Parameters:
      msg - the detail message
    • ConversionException

      public ConversionException(String msg, Throwable cause)
      Construct a ConversionException with the specified detail message and cause exception.
      Parameters:
      msg - the detail message
      cause - the cause exception