public class ComponentReloadingException extends Exception
Constructor and Description |
---|
ComponentReloadingException(String message)
Construct a new
ComponentReloadingException instance. |
ComponentReloadingException(String message,
Throwable cause)
Construct a new
ComponentReloadingException instance. |
ComponentReloadingException(Throwable cause)
Construct a new
ComponentReloadingException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentReloadingException(String message)
ComponentReloadingException
instance.message
- exception messagepublic ComponentReloadingException(Throwable cause)
ComponentReloadingException
instance.cause
- causing exception to chainCopyright © 2019. All rights reserved.