Class WrapperServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrapperServiceException
    extends java.lang.Exception
    WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      Returns the error code.
      java.lang.String toString()
      Return string representation of the Exception.
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getErrorCode

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

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