public class RefreshFailedException extends java.lang.Exception
Refreshable.refresh() failed.| Constructor and Description |
|---|
RefreshFailedException()
Create a new RefreshFailedException with no detail message.
|
RefreshFailedException(java.lang.String message)
Create a new RefreshFailedException with a detail message.
|
public RefreshFailedException()
public RefreshFailedException(java.lang.String message)
message - The detail message.