Class AlreadyDisposedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.igormaznitsa.meta.common.exceptions.AlreadyDisposedError
- All Implemented Interfaces:
Serializable
Error if detected attempt to dispose already disposed object.
- Since:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AlreadyDisposedError
Constructor with provided message.- Parameters:
message
- some text message- Since:
- 1.0
-