KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > MethodNotSupportedException

javax.mail
Class MethodNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
              extended byjavax.mail.MethodNotSupportedException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public MethodNotSupportedException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MethodNotSupportedException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags