Package javax.mail

Class MethodNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodNotSupportedException
    extends MessagingException
    An exception thrown when an operation is not supported by the implementation.
    Version:
    1.4
    Author:
    Chris Burdess
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodNotSupportedException

        public MethodNotSupportedException()
      • MethodNotSupportedException

        public MethodNotSupportedException​(java.lang.String message)