Class ActiveViamRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbandonedEpochException, ActivePivotException, ActiveViamParsingException, ActiveViamSecurityException, AdministrationServiceException, ConditionEvaluationException, ConfigurationException, DescriptionException, DiscardedDataException, DuplicateKeyException, IdGenerationException, InefficientPrefetchException, InterruptedTaskException, IStatisticsQueryRunner.CannotEstimateColumnCardinalityException, LongPollingServiceException, MdxContinuousQueryException, MdxRuntimeException, MergeException, NoTransactionException, RegistrationServiceException, RetrievalResultSizeException, RuntimeParseException, ServiceException, StreamingServiceException, UnknownBranchException, UnknownEpochException, UnknownKeyException, UnknownOlapElementRuntimeException, UserContextRestrictionException, VirtualHierarchyException

public class ActiveViamRuntimeException extends RuntimeException
ActiveViam Runtime Exception.

Runtime exception thrown by a ActiveViam component.

Author:
ActiveViam
See Also:
  • Constructor Details

    • ActiveViamRuntimeException

      public ActiveViamRuntimeException()
      Default constructor.
    • ActiveViamRuntimeException

      public ActiveViamRuntimeException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the detailed message
      cause - the cause
    • ActiveViamRuntimeException

      public ActiveViamRuntimeException(String message)
      Constructor.
      Parameters:
      message - the detailed message
    • ActiveViamRuntimeException

      public ActiveViamRuntimeException(Throwable cause)
      Constructor.
      Parameters:
      cause - the cause
    • ActiveViamRuntimeException

      public ActiveViamRuntimeException(Throwable exception, String messageKey, Object... parameters)
      Constructor.
      Parameters:
      exception - the cause
      messageKey - message template
      parameters - parameters to inject into the message template
    • ActiveViamRuntimeException

      public ActiveViamRuntimeException(String messageKey, Object... parameters)
      Constructor.
      Parameters:
      messageKey - message template
      parameters - parameters to inject into the message template