Class MembershipContextNotFoundException

All Implemented Interfaces:
Serializable

public class MembershipContextNotFoundException extends AbstractRuntimeException
Thrown when a membership context cannot be looked up by the identifier or the path.
Since:
2.1
See Also:
  • Constructor Details

    • MembershipContextNotFoundException

      public MembershipContextNotFoundException(String message)
      Constructs a MembershipContextNotFoundException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).