Package com.j_spaces.core
Class TemplateDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.TemplateDeletedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
m_Template
-
-
Constructor Details
-
TemplateDeletedException
-
-
Method Details
-
toString
-
fillInStackTrace
Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.- Overrides:
fillInStackTracein classThrowable
-