Class InterfaceParameterClassNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class InterfaceParameterClassNotFoundException
    extends Exception
    Represents all types of errors when the target interface parameter class cannot be determined
    See Also:
    Serialized Form
    • Constructor Detail

      • InterfaceParameterClassNotFoundException

        public InterfaceParameterClassNotFoundException​(Throwable cause)
        Create the exception with a cause
        Parameters:
        cause - usually ClassNotFoundException
      • InterfaceParameterClassNotFoundException

        public InterfaceParameterClassNotFoundException​(String format,
                                                        Object... params)
        Create the exception with a message template
        Parameters:
        format - template format
        params - template parameters