Package com.activeviam.fwk
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
ActiveViam Checked Exception.
Exception thrown by a ActiveViam component.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ActiveViamException(String message) Constructor.ActiveViamException(String messageKey, Object... parameters) Constructor.ActiveViamException(String message, Throwable cause) Constructor.ActiveViamException(Throwable cause) Constructor.ActiveViamException(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
-
ActiveViamException
public ActiveViamException()Default constructor. -
ActiveViamException
Constructor.- Parameters:
message- the detailed messagecause- the cause
-
ActiveViamException
Constructor.- Parameters:
message- the detailed message
-
ActiveViamException
Constructor.- Parameters:
cause- the cause
-
ActiveViamException
Constructor.- Parameters:
exception- the causemessageKey- message templateparameters- parameters to inject into the message template
-
ActiveViamException
Constructor.- Parameters:
messageKey- message templateparameters- parameters to inject into the message template
-