Class ServiceCallException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ServiceCallException​(java.lang.String call, java.lang.String reason, java.lang.String message)
      Constructor for ServiceException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String call()
      Failed service call
      java.lang.String message()
      Detail Message
      java.lang.String reasonCode()
      Reason code
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceCallException

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

      • call

        public java.lang.String call()
        Failed service call
        Returns:
        service call
      • reasonCode

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

        public java.lang.String message()
        Detail Message
        Returns:
        detail message