Class GlossaryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.GlossaryNotFoundException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(BAD_REQUEST) public class GlossaryNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlossaryNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GlossaryNotFoundException
public GlossaryNotFoundException(String message)
- Parameters:
message- text to display to client
-
-