Package dev.morphia.aggregation
Class AggregationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.morphia.aggregation.AggregationException
-
- All Implemented Interfaces:
Serializable
public class AggregationException extends RuntimeException
Indicates a failure in a pipeline execution- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregationException(String message)
Creates an exception with a messageAggregationException(String message, Exception cause)
Creates an exception with a message and a cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AggregationException
public AggregationException(String message)
Creates an exception with a message- Parameters:
message
- the message
-
-