Package com.j_spaces.core.client
Class SequenceNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.SequenceNumberException
- All Implemented Interfaces:
Serializable
- Since:
- 10.1
- Version:
- 1.0
- Author:
- Yechiel Fefer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceNumberException(String classname, String errorDescription) SequenceNumberException(String uid, String classname, String errorDescription) -
Method Summary
Modifier and TypeMethodDescriptionReturns the rejected entry class name.getUID()Returns the rejected entry UID.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SequenceNumberException
-
SequenceNumberException
-
-
Method Details
-
getUID
Returns the rejected entry UID. -
getClassName
Returns the rejected entry class name.
-