Class NoSuchAvpException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchAvpException
    extends Exception
    Thrown when an AVP supplied to one of the API calls was not known.
    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchAvpException

        public NoSuchAvpException​(String message)
      • NoSuchAvpException

        public NoSuchAvpException​(Throwable cause)
      • NoSuchAvpException

        public NoSuchAvpException​(String message,
                                  Throwable cause)