public class ComponentNotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ComponentNotFoundException()
Creates a new instance of
ComponentNotFoundException. |
ComponentNotFoundException(java.lang.String message)
Constructs an instance of
ComponentNotFoundException with the specified
detail message. |
public ComponentNotFoundException()
ComponentNotFoundException.public ComponentNotFoundException(java.lang.String message)
ComponentNotFoundException with the specified
detail message.message - the exception message.