Class ActiveViamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.activeviam.fwk.ActiveViamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivePivotTransactionException, AgentException, DatastoreTransactionException, EntryNotFoundException, MdxException, PostProcessorEvaluationException, PostProcessorException, PostProcessorInitializationException, QueryException, RetrievalException, SerializerException

public class ActiveViamException extends Exception
ActiveViam Checked Exception.

Exception thrown by a ActiveViam component.

Author:
ActiveViam
See Also:
  • Constructor Details

    • ActiveViamException

      public ActiveViamException()
      Default constructor.
    • ActiveViamException

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

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

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

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

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