public class RefreshFailedException extends Exception
Refreshable.refresh() failed.| Constructor and Description |
|---|
RefreshFailedException()
Create a new RefreshFailedException with no detail message.
|
RefreshFailedException(String message)
Create a new RefreshFailedException with a detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RefreshFailedException()
public RefreshFailedException(String message)
message - The detail message.