Package javax.mail

Class NoSuchProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchProviderException
    extends MessagingException
    An exception thrown on an attempt to instantiate a provider that doesn't exist.
    Version:
    1.4
    Author:
    Chris Burdess
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchProviderException

        public NoSuchProviderException()
      • NoSuchProviderException

        public NoSuchProviderException​(java.lang.String message)