Class TooManyMatchingFieldsFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dk.cloudcreate.essentials.shared.reflection.ReflectionException
-
- dk.cloudcreate.essentials.shared.reflection.TooManyMatchingFieldsFoundException
-
- All Implemented Interfaces:
Serializable
public class TooManyMatchingFieldsFoundException extends ReflectionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyMatchingFieldsFoundException()TooManyMatchingFieldsFoundException(String message)TooManyMatchingFieldsFoundException(String message, Throwable cause)TooManyMatchingFieldsFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TooManyMatchingFieldsFoundException(Throwable 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
-
TooManyMatchingFieldsFoundException
public TooManyMatchingFieldsFoundException()
-
TooManyMatchingFieldsFoundException
public TooManyMatchingFieldsFoundException(String message)
-
TooManyMatchingFieldsFoundException
public TooManyMatchingFieldsFoundException(String message, Throwable cause)
-
TooManyMatchingFieldsFoundException
public TooManyMatchingFieldsFoundException(Throwable cause)
-
-