Class WrapperServiceException

  • All Implemented Interfaces:
    Serializable

    public class WrapperServiceException
    extends Exception
    WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service.
    Author:
    Tanuki Software Development Team <support@tanukisoftware.com>
    See Also:
    Serialized Form
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns the error code.
        Returns:
        The error code.
      • toString

        public String toString()
        Return string representation of the Exception.
        Overrides:
        toString in class Throwable
        Returns:
        String representation of the Exception.