Package com.activeviam.fwk
Class ActiveViamRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.activeviam.fwk.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
ActiveViam Runtime Exception.
Runtime exception thrown by a ActiveViam component.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ActiveViamRuntimeException(String message) Constructor.ActiveViamRuntimeException(String messageKey, Object... parameters) Constructor.ActiveViamRuntimeException(String message, Throwable cause) Constructor.Constructor.ActiveViamRuntimeException(Throwable exception, String messageKey, Object... parameters) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActiveViamRuntimeException
public ActiveViamRuntimeException()Default constructor. -
ActiveViamRuntimeException
Constructor.- Parameters:
message- the detailed messagecause- the cause
-
ActiveViamRuntimeException
Constructor.- Parameters:
message- the detailed message
-
ActiveViamRuntimeException
Constructor.- Parameters:
cause- the cause
-
ActiveViamRuntimeException
Constructor.- Parameters:
exception- the causemessageKey- message templateparameters- parameters to inject into the message template
-
ActiveViamRuntimeException
Constructor.- Parameters:
messageKey- message templateparameters- parameters to inject into the message template
-