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