Class ZeroInteractionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.remondis.propertypath.impl.exceptions.ReflectionException
-
- com.remondis.propertypath.impl.exceptions.ZeroInteractionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZeroInteractionException extends ReflectionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZeroInteractionException()ZeroInteractionException(java.lang.String message)ZeroInteractionException(java.lang.String message, java.lang.Throwable cause)ZeroInteractionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)ZeroInteractionException(java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZeroInteractionExceptionzeroInteractions(java.lang.Class<?> sensorType)
-
-
-
Constructor Detail
-
ZeroInteractionException
public ZeroInteractionException()
-
ZeroInteractionException
public ZeroInteractionException(java.lang.String message)
-
ZeroInteractionException
public ZeroInteractionException(java.lang.Throwable cause)
-
ZeroInteractionException
public ZeroInteractionException(java.lang.String message, java.lang.Throwable cause)
-
ZeroInteractionException
public ZeroInteractionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
zeroInteractions
public static ZeroInteractionException zeroInteractions(java.lang.Class<?> sensorType)
-
-