Interface ModClusterMessages

  • All Known Implementing Classes:
    ModClusterMessages_$bundle

    @MessageBundle(projectCode="MODCLUSTER")
    public interface ModClusterMessages
    Author:
    Paul Ferraro
    • Method Detail

      • invalidWeight

        @Message(id=102,
                 value="Load metric weight must be greater than or equal to zero.")
        IllegalArgumentException invalidWeight()
      • invalidCapacity

        @Message(id=103,
                 value="Load metric capacity must be greater than zero.")
        IllegalArgumentException invalidCapacity()
      • crlNotSupported

        @Message(id=104,
                 value="%s algorithm does not support certificate revocation lists.")
        CRLException crlNotSupported​(String algorithm)