Package com.j_spaces.core
Class FifoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.FifoException
- All Implemented Interfaces:
Serializable
this exception is thrown when a searching entry or transaction is rejected in time of fifo
initial search
- 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
-
FifoException
public FifoException()
-
-
Method Details
-
toString
-
fillInStackTrace
Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.- Overrides:
fillInStackTracein classThrowable
-