Package com.j_spaces.core
Class NoMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.NoMatchException
- All Implemented Interfaces:
Serializable
this exception is thrown when after update or RB of update the entry and template no more match
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverride the method to avoid expensive stack build and synchronization, since no one uses it anyway.toString()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoMatchException
-
-
Method Details
-
fillInStackTrace
Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.- Overrides:
fillInStackTracein classThrowable
-
toString
-