Class BmFqnAlreadyInUseException

  • All Implemented Interfaces:
    Serializable

    public class BmFqnAlreadyInUseException
    extends RuntimeException
    Exception thrown in case of attempt to assign an object an FQN that is already in use.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmFqnAlreadyInUseException

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