Class ICReturnObjectErrorCode


  • public final class ICReturnObjectErrorCode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long CouldNotBeRead
      Object could not be read
      static long DataEmpty
      Object data empty.
      static long DataOffsetInvalid
      Object data offset invalid.
      static long DataRequestTooLarge
      Requested transfer size is greater than the current maximum allowed.
      static long DoesNotExist
      Object does not exist.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DoesNotExist

        public static final long DoesNotExist
        Object does not exist.
        See Also:
        Constant Field Values
      • DataOffsetInvalid

        public static final long DataOffsetInvalid
        Object data offset invalid.
        See Also:
        Constant Field Values
      • CouldNotBeRead

        public static final long CouldNotBeRead
        Object could not be read
        See Also:
        Constant Field Values
      • DataRequestTooLarge

        public static final long DataRequestTooLarge
        Requested transfer size is greater than the current maximum allowed.
        See Also:
        Constant Field Values