Class DestinationException

  • All Implemented Interfaces:
    Serializable

    public class DestinationException
    extends MomException
    A DestinationException is thrown by a destination while deleting if requesters are still active, and in a proxy method when trying to access a non existing destination.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
    • Constructor Detail

      • DestinationException

        public DestinationException​(String info)
        Constructs a DestinationException instance.
        Parameters:
        info - Information.