⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail

Class MethodNotSupportedException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.MethodNotSupportedException


public class MethodNotSupportedException
extends MessagingException

The exception thrown when a method is not supported by the implementation.
Author:

Constructor Summary

MethodNotSupportedException()

The exception thrown when a method is not supported by the implementation.

MethodNotSupportedException(String message)

Constructor Details

MethodNotSupportedException

public MethodNotSupportedException()

The exception thrown when a method is not supported by the implementation.

Author:

MethodNotSupportedException

public MethodNotSupportedException(String message)

Parameters:
message