public class GuideAlreadyVisibleException
extends java.lang.RuntimeException
Constructor and Description |
---|
GuideAlreadyVisibleException()
Initializes an empty instance of GuideAlreadyVisibleException.
|
GuideAlreadyVisibleException(java.lang.String message)
Initializes an instance of GuideAlreadyVisibleException with the specified error message.
|
GuideAlreadyVisibleException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes an instance of GuideAlreadyVisibleException with the specified error message and related inner exception.
|
public GuideAlreadyVisibleException()
public GuideAlreadyVisibleException(java.lang.String message)
message
- A message describing the error.public GuideAlreadyVisibleException(java.lang.String message, java.lang.RuntimeException innerException)
message
- A message describing the error.innerException
- The inner exception related to this exception.