public class ComponentIsStoppedException extends IllegalStateException
Constructor and Description |
---|
ComponentIsStoppedException()
Constructs a
ComponentIsStoppedException with no detail message. |
ComponentIsStoppedException(String message)
Constructs a
ComponentIsStoppedException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentIsStoppedException()
ComponentIsStoppedException
with no detail message.public ComponentIsStoppedException(String message)
ComponentIsStoppedException
with the specified
detail message.message
- the detail messageCopyright © 2021 JBoss by Red Hat. All rights reserved.