Class NoSuitableMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
- All Implemented Interfaces:
Serializable
Thrown to indicate there is no suitable
Match
found.
Created by patricktwohig on 7/27/17.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuitableMatchException
(String message) NoSuitableMatchException
(String message, Throwable cause) NoSuitableMatchException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuitableMatchException
public NoSuitableMatchException() -
NoSuitableMatchException
-
NoSuitableMatchException
-
NoSuitableMatchException
-
NoSuitableMatchException
-