Class UnrecognizedChildRelationException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedChildRelationException
    extends SLEEException

    This exception is thrown by the Child Relation Facility when passed the name of a child relation that has not been declared in the SBB’s deployment descriptor.

    Since:
    Rhino 2.4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedChildRelationException

        public UnrecognizedChildRelationException​(String message)

        Create an UnrecognizedChildRelationException with a detail message.

        Parameters:
        message - the detail message.
        Since:
        Rhino 2.4.0