Class ApiNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ApiNotFoundException
    extends OS4JException
    Exception which is thrown when an API lookup did not succeed
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • ApiNotFoundException

        public ApiNotFoundException​(String message,
                                    Throwable cause)
        Instantiates a new ApiNotFoundException.
        Parameters:
        message - the message
        cause - the cause
      • ApiNotFoundException

        public ApiNotFoundException​(String message)
        Instantiates a new ApiNotFoundException.
        Parameters:
        message - the message
      • ApiNotFoundException

        public ApiNotFoundException​(Throwable cause)
        Instantiates a new ApiNotFoundException.
        Parameters:
        cause - the cause