Save This Page
Home » glassfish-v2ur2-b04-src » javax » mail » [javadoc | source]
javax.mail
public class: MethodNotSupportedException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.mail.MessagingException
            javax.mail.MethodNotSupportedException

All Implemented Interfaces:
    Serializable

The exception thrown when a method is not supported by the implementation
Constructor:
 public MethodNotSupportedException() 
 public MethodNotSupportedException(String s) 
    Constructs a MethodNotSupportedException with the specified detail message.
    Parameters:
    s - the detail message
Methods from javax.mail.MessagingException:
getCause,   getNextException,   setNextException,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait