Class InvalidServiceUsageException

    • Constructor Detail

      • InvalidServiceUsageException

        protected InvalidServiceUsageException()
        Creates a new exception indicating that a service is being used in a wrong way.
      • InvalidServiceUsageException

        public InvalidServiceUsageException​(String msg)
        Creates a new exception indicating that a service is being used in a wrong way.
        Parameters:
        msg - A message providing more detailed information on how the service is being used wrongly.