Package ai.neuon.utility.http.response
Class MissingPropertyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MissingPropertyException extends RuntimeException
A runtime exception that indicates a specific property is not found in a Properties
-
-
Constructor Summary
Constructors Constructor Description MissingPropertyException(String key)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MissingPropertyException
MissingPropertyException(String key)
-
-
-
-