Class ErrorLog

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class ErrorLog extends _ErrorLog
Provides an error log entry, including detailed information such as the stack trace.
See Also:
  • Field Details

    • ERROR_TYPE_ASYNC_MESSAGES_EXPIRY

      public static final String ERROR_TYPE_ASYNC_MESSAGES_EXPIRY
      The Async Messages Expiry error type.
      See Also:
    • ERROR_TYPE_COLLABORATION_JOB

      public static final String ERROR_TYPE_COLLABORATION_JOB
      The Collaboration Job error type.
      See Also:
    • ERROR_TYPE_EMAIL

      public static final String ERROR_TYPE_EMAIL
      The Email error type.
      See Also:
    • ERROR_TYPE_DATA_RETENTION_MANAGEMENT

      public static final String ERROR_TYPE_DATA_RETENTION_MANAGEMENT
      The Data Retention Management error type.
      See Also:
    • ERROR_TYPE_FORM_ABANDONMENT

      public static final String ERROR_TYPE_FORM_ABANDONMENT
      Form Abandonment error type.
      See Also:
    • ERROR_TYPE_FORM_DELIVERY

      public static final String ERROR_TYPE_FORM_DELIVERY
      The Form Delivery error type.
      See Also:
    • ERROR_TYPE_FORM_DYNAMIC_DATA

      public static final String ERROR_TYPE_FORM_DYNAMIC_DATA
      The Form Dynamic Data error type.
      See Also:
    • ERROR_TYPE_FORM_RENDER

      public static final String ERROR_TYPE_FORM_RENDER
      The Form Render error type.
      See Also:
    • ERROR_TYPE_FORM_SUBMISSION

      public static final String ERROR_TYPE_FORM_SUBMISSION
      The Form Submission error type.
      See Also:
    • ERROR_TYPE_FORM_TRANSACTION_HISTORY

      public static final String ERROR_TYPE_FORM_TRANSACTION_HISTORY
      The Form Transaction History error type.
      See Also:
    • ERROR_TYPE_FLUENT_REST_SERVICE

      public static final String ERROR_TYPE_FLUENT_REST_SERVICE
      The Fluent REST Service error type.
      See Also:
    • ERROR_TYPE_INSIGHTS

      public static final String ERROR_TYPE_INSIGHTS
      The Insights error type.
      See Also:
    • ERROR_TYPE_OUTBOX_PROCESSING

      public static final String ERROR_TYPE_OUTBOX_PROCESSING
      The outbox processing type.
      See Also:
    • ERROR_TYPE_MANAGEMENT

      public static final String ERROR_TYPE_MANAGEMENT
      The Management error type.
      See Also:
    • ERROR_TYPE_PAYMENT_GATEWAY

      public static final String ERROR_TYPE_PAYMENT_GATEWAY
      The Payment Gateway error type.
      See Also:
    • ERROR_TYPE_RECEIPT_RENDER

      public static final String ERROR_TYPE_RECEIPT_RENDER
      The Receipt Render error type.
      See Also:
    • ERROR_TYPE_REST_SOAP_API

      public static final String ERROR_TYPE_REST_SOAP_API
      The REST API error type.
      See Also:
    • ERROR_TYPE_SCHEDULED_JOB

      public static final String ERROR_TYPE_SCHEDULED_JOB
      The Scheduled Job error type.
      See Also:
    • ERROR_TYPE_SECURITY_MANAGER

      public static final String ERROR_TYPE_SECURITY_MANAGER
      The Security Manager error type.
      See Also:
    • ERROR_TYPE_STREAM_PROCESSING

      public static final String ERROR_TYPE_STREAM_PROCESSING
      The Stream Processing error type.
      See Also:
    • ERROR_TYPE_T_FIELD_SYNC

      public static final String ERROR_TYPE_T_FIELD_SYNC
      The T.Field error type.
      See Also:
    • ERROR_TYPE_TRANSACTION_PROCESSOR

      public static final String ERROR_TYPE_TRANSACTION_PROCESSOR
      The Transaction Processor error type.
      See Also:
    • ERROR_TYPE_UNCLASSIFIED

      public static final String ERROR_TYPE_UNCLASSIFIED
      The Unclassified error type.
      See Also:
    • ERROR_TYPES

      public static final String[] ERROR_TYPES
      The list of available error types.
  • Constructor Details

    • ErrorLog

      public ErrorLog()
  • Method Details

    • setErrorTime

      public void setErrorTime(Date errorTime)
      Description copied from class: _ErrorLog
      Set the errorTime value.
      Overrides:
      setErrorTime in class _ErrorLog
      Parameters:
      errorTime - the errorTime value to set