Klasse ResourceWasChangedInTheMeanwhileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.exception.ResourceWasChangedInTheMeanwhileException
- Alle implementierten Schnittstellen:
Serializable
A
ResourceWasChangedInTheMeanwhileException
is a
RuntimeException
that is supposed to be thrown when a specific
resource was undesirably changed in the meanwhile. For thhis conext, a
resource can be e.g.: data, schema, file, connection.- Version:
- 2022-02-27
- Autor:
- Silvan Wyss
- Siehe auch:
-
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methodendetails
-
forResource
- Parameter:
resource
-- Gibt zurück:
- a new
ResourceWasChangedInTheMeanwhileException
for the given resource. - Löst aus:
IllegalArgumentException
- if the given resource is null.IllegalArgumentException
- if the given resource is blank.
-