public class MissingServiceException
extends java.lang.RuntimeException
Constructor and Description |
---|
MissingServiceException(java.lang.String message)
Constructs a new missing service exception with the specified detail message.
|
public MissingServiceException(java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method).