Class NullResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.InternalException
dev.getelements.elements.rt.transact.NullResourceException
- All Implemented Interfaces:
Serializable
Indicates that a
ResourceId exists, but the- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullResourceException(String message) NullResourceException(String message, Throwable cause) NullResourceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NullResourceException(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.rt.exception.InternalException
getResponseCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullResourceException
public NullResourceException() -
NullResourceException
-
NullResourceException
-
NullResourceException
-
NullResourceException
-