public class FailedException
extends java.lang.RuntimeException
PropConfigService.| Constructor and Description |
|---|
FailedException()
Constructs a new runtime exception with no error message.
|
FailedException(java.lang.String message)
Constructs a new runtime exception with the given error message.
|