Class KernelError

  • All Implemented Interfaces:
    java.io.Serializable

    public class KernelError
    extends ErrorCode
    ErrorCode class for low level kernel errors.
    See Also:
    Serialized Form
    • Field Detail

      • KERNEL_ERROR

        public static final java.lang.String KERNEL_ERROR
        KERNEL.
        See Also:
        Constant Field Values
      • CODE_ERROR

        public static final ErrorCode CODE_ERROR
        KERNEL-1, Coding error caught, indicates misuse of internal APIs.
      • LOG_INIT_FAILURE

        public static final ErrorCode LOG_INIT_FAILURE
        KERNEL-2 Failed to setup logging properly.
      • UNKNOWN_LOG_SUBSYSTEM_ERROR

        public static final ErrorCode UNKNOWN_LOG_SUBSYSTEM_ERROR
        KERNEL-3 Used to indicate that one of the underlying components using the non default logging system logged an error but did not provide an error code. Usually this happens when redirecting jdk logging messages into the standard logging framework.
      • NETWORK_ERROR

        public static final ErrorCode NETWORK_ERROR
        KERNEL-4 protocol-level network failure
      • UNDELIVERED_MESSAGE

        public static final ErrorCode UNDELIVERED_MESSAGE
        KERNEL-5 Undelivered message error.
      • NOT_ATTIVIO_SERVER

        public static final ErrorCode NOT_ATTIVIO_SERVER
        KERNEL-6 The URI specified for api operation is not an Attivio server.
      • NOT_SERIALIZABLE

        public static final ErrorCode NOT_SERIALIZABLE
        KERNEL-7 Model object is not serializable properly.
      • DESERIALIZATION_ERROR

        public static final ErrorCode DESERIALIZATION_ERROR
        KERNEL-8 Error deserializing object.
      • UNAUTHORIZED

        public static final ErrorCode UNAUTHORIZED
        KERNEL-9 Unauthorized API use.
      • UNHANDLED_EXCEPTION

        public static final ErrorCode UNHANDLED_EXCEPTION
        KERNEL-10 Unhandled exception.
      • CLOSE_STREAM_ERROR

        public static final ErrorCode CLOSE_STREAM_ERROR
        KERNEL-11 Indicates that a stream failed to be closed properly.
      • READ_STREAM_ERROR

        public static final ErrorCode READ_STREAM_ERROR
        KERNEL-12 Indicates that a stream failed to be created.
      • NOT_FOUND

        public static final ErrorCode NOT_FOUND
        KERNEL-13 Indicates a resource request failed because it does not exist.
    • Constructor Detail

      • KernelError

        protected KernelError​(long num)