public class InvalidConfigurationException extends Exception
This exception can be thrown by an implementation of the RhinoSbbLocalHome.verifyConfiguration() method if the SBB determines that a configuration error should prevent the service from being activated at this time.
Constructor and Description |
---|
InvalidConfigurationException(String message)
Create an
InvalidConfigurationException with a detail message. |
InvalidConfigurationException(String message,
Throwable cause)
Create an
InvalidConfigurationException with a detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidConfigurationException(String message)
Create an InvalidConfigurationException
with a detail message.
message
- the detail message.