Class NotReadyException

All Implemented Interfaces:
Serializable

public class NotReadyException extends NavigationException
Exception raised when attempting to perform an operation when not ready.
See Also:
  • Constructor Details

    • NotReadyException

      public NotReadyException()
      Constructor.
    • NotReadyException

      public NotReadyException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • NotReadyException

      public NotReadyException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • NotReadyException

      public NotReadyException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.