Class AS2PartnershipNotFoundException

All Implemented Interfaces:
Serializable

public class AS2PartnershipNotFoundException extends AS2Exception
Exception thrown if a desired partnership is not present.
Author:
Philip Helger
See Also:
  • Constructor Details

    • AS2PartnershipNotFoundException

      public AS2PartnershipNotFoundException(@Nonnull Partnership aPartnership)
  • Method Details

    • getPartnership

      @Nonnull public Partnership getPartnership()
      Returns:
      The partnership that was not found. May not be null.