javax.mail
Class MethodNotSupportedException
public class MethodNotSupportedException
An exception thrown when an operation is not supported by the
implementation.
MethodNotSupportedException
public MethodNotSupportedException()
Constructs a messaging exception with no detail message.
MethodNotSupportedException
public MethodNotSupportedException(String message)
Constructs a messaging exception with the specified detail message.
message
- the detail message
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved