Class AS2ComponentDuplicateException

All Implemented Interfaces:
Serializable

public class AS2ComponentDuplicateException extends AS2Exception
Exception to be thrown from AS2Session if a component with the specified ID is already registered.
Author:
Philip Helger
See Also:
  • Constructor Details

    • AS2ComponentDuplicateException

      public AS2ComponentDuplicateException(@Nonnull @Nonempty String sComponentID)
  • Method Details