Class ProposalAbnormalFailureException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class ProposalAbnormalFailureException
extends AnchorFriendlyCheckedException
An exception thrown when a proposal could not be made for an abnormal reason.

This is different from the usual failure to make a proposal (return value of null), which happens frequently as an ordinary part of proposal routines.

This exception extends AnchorFriendlyCheckedException to provide user-friendly error messages.

Author:
Owen Feehan
See Also:
Serialized Form