Class ServiceCallException

All Implemented Interfaces:
Serializable

public class ServiceCallException extends NativeCommException
This class represents a NativeCommException thrown in the native dll during execution of a request.
See Also:
  • Constructor Details

    • ServiceCallException

      public ServiceCallException(String call, String reason, String message)
      Constructor for ServiceException.
      Parameters:
      call - NativeService call
      reason - reasonCode
      message - detail message
  • Method Details

    • call

      public String call()
      Failed service call
      Returns:
      service call
    • reasonCode

      public String reasonCode()
      Reason code
      Returns:
      reason code string constant
    • message

      public String message()
      Detail Message
      Returns:
      detail message