Class IllegalDialogStateException

  • All Implemented Interfaces:
    Serializable

    public class IllegalDialogStateException
    extends ProtocolException
    Exception thrown when a dialog is asked to do something it is in the wrong state to handle.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalDialogStateException

        public IllegalDialogStateException()
      • IllegalDialogStateException

        public IllegalDialogStateException​(String msg)
      • IllegalDialogStateException

        public IllegalDialogStateException​(String msg,
                                           Throwable cause)