Package java.io

Class NotActiveException

    • Constructor Detail

      • NotActiveException

        public NotActiveException()
        Constructs a new NotActiveException with its stack trace filled in.
      • NotActiveException

        public NotActiveException​(String detailMessage)
        Constructs a new NotActiveException with its stack trace and detail message filled in.
        Parameters:
        detailMessage - the detail message for this exception.