java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.config.ConfigException
jakarta.config.NoSuchObjectException
- All Implemented Interfaces:
Serializable
A
ConfigException thrown when a configuration-related
object was not found.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newNoSuchObjectException.NoSuchObjectException(String message) Creates a newNoSuchObjectException.NoSuchObjectException(String message, Throwable cause) Creates a newNoSuchObjectException.NoSuchObjectException(Throwable cause) Creates a newNoSuchObjectException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchObjectException
public NoSuchObjectException()Creates a newNoSuchObjectException. -
NoSuchObjectException
Creates a newNoSuchObjectException.- Parameters:
message- a detail message; may benull
-
NoSuchObjectException
Creates a newNoSuchObjectException.- Parameters:
cause- theThrowableresponsible for thisNoSuchObjectException's existence; may benull
-
NoSuchObjectException
Creates a newNoSuchObjectException.- Parameters:
message- a detail message; may benullcause- theThrowableresponsible for thisNoSuchObjectException's existence; may benull
-