Class WebServiceError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WebServiceError
    extends ErrorCode
    Error codes for web services
    See Also:
    Serialized Form
    • Field Detail

      • INVALID_SESSION_ID

        public static final ErrorCode INVALID_SESSION_ID
        WEBSERVICE-1 Invalid session id.
      • FAILED_SESSION_CLOSE

        public static final ErrorCode FAILED_SESSION_CLOSE
        WEBSERVICE-2 Failed to close session.
      • NO_SESSION_REGISTERED

        public static final ErrorCode NO_SESSION_REGISTERED
        WEBSERVICE-3 No session with the specified id exists.
      • EXPIRATION_FAILED

        public static final ErrorCode EXPIRATION_FAILED
        WEBSERVICE-4 Failure during session expiration
      • SESSION_EXPIRED

        public static final ErrorCode SESSION_EXPIRED
        WEBSERVICE-5 Session expired