JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
Class MethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.MethodNotSupportedException
- All Implemented Interfaces:
- Serializable
public class MethodNotSupportedException - extends MessagingException
The exception thrown when a method is not supported by the
implementation
- Author:
- John Mani
- See Also:
- Serialized Form
MethodNotSupportedException
public MethodNotSupportedException()
- Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException
public MethodNotSupportedException(String s)
- Constructs a MethodNotSupportedException with the specified detail message.
- Parameters:
s - the detail message
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|