Class BmUnexpectedProxyException

  • All Implemented Interfaces:
    Serializable

    public final class BmUnexpectedProxyException
    extends RuntimeException
    Exception thrown when a received proxy object does not make sense in the given situation. For instance, when an attempt is made to set a proxy object as containment feature value.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmUnexpectedProxyException

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