public class

MethodNotSupportedException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.MethodNotSupportedException

Class Overview

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
Public Constructors
MethodNotSupportedException()
Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException(String s)
Constructs a MethodNotSupportedException with the specified detail message.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -3757386618726131322 (0xcbdb14c71b05d986)

Public Constructors

public MethodNotSupportedException ()

Constructs a MethodNotSupportedException with no detail message.

public MethodNotSupportedException (String s)

Constructs a MethodNotSupportedException with the specified detail message.

Parameters
s The detail message