Class BmNameAlreadyInUseException

  • All Implemented Interfaces:
    Serializable

    public class BmNameAlreadyInUseException
    extends RuntimeException
    Exception thrown in case of attempt to create a store or a namespace with a name that is already in use.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmNameAlreadyInUseException

        public BmNameAlreadyInUseException​(String message)
        Constructs a new exception instance with the specified detail message.
        Parameters:
        message - the message.