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
public class ActiveViamRuntimeException extends RuntimeException
ActiveViam Runtime Exception.Runtime exception thrown by a ActiveViam component.
- Author:
- ActiveViam
- See Also:
RuntimeException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveViamRuntimeException()Default constructor.ActiveViamRuntimeException(String message)Constructor.ActiveViamRuntimeException(String messageKey, Object... parameters)Constructor.ActiveViamRuntimeException(String message, Throwable cause)Constructor.ActiveViamRuntimeException(Throwable cause)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 Detail
-
ActiveViamRuntimeException
public ActiveViamRuntimeException()
Default constructor.
-
ActiveViamRuntimeException
public ActiveViamRuntimeException(String message, Throwable cause)
Constructor.- Parameters:
message- the detailed messagecause- 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 causemessageKey- message templateparameters- parameters to inject into the message template
-
-