Class NameNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class NameNotFoundException
    extends Exception

    This exception is thrown by the PersistenceManagementMBean if an attempt is made to reference an entity with an unknown name.

    See Also:
    Serialized Form
    • Constructor Detail

      • NameNotFoundException

        public NameNotFoundException​(String message)

        Create a NameNotFoundException with a detail message.

        Parameters:
        message - the detail message.