Home
last modified time | relevance | path

Searched defs:MethodNotSupportedException (Results 1 – 4 of 4) sorted by relevance

/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/javax/mail/
H A DMethodNotSupportedException.java51 public class MethodNotSupportedException extends MessagingException { class
58 public MethodNotSupportedException() { in MethodNotSupportedException() method in MethodNotSupportedException
68 public MethodNotSupportedException(String s) { in MethodNotSupportedException() method in MethodNotSupportedException
81 public MethodNotSupportedException(String s, Exception e) { in MethodNotSupportedException() method in MethodNotSupportedException
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DMethodNotSupportedException.java36 public class MethodNotSupportedException extends HttpException { class
45 public MethodNotSupportedException(final String message) { in MethodNotSupportedException() method in MethodNotSupportedException
56 public MethodNotSupportedException(final String message, final Throwable cause) { in MethodNotSupportedException() method in MethodNotSupportedException
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DMethodNotSupportedException.java36 public class MethodNotSupportedException extends HttpException { class
45 public MethodNotSupportedException(final String message) { in MethodNotSupportedException() method in MethodNotSupportedException
56 public MethodNotSupportedException(final String message, final Throwable cause) { in MethodNotSupportedException() method in MethodNotSupportedException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DInternal.cs992 internal static NotSupportedException MethodNotSupportedException { property in System.Net.ExceptionHelper