summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h')
-rw-r--r--libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h b/libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h
new file mode 100644
index 000000000..0668d16cf
--- /dev/null
+++ b/libjava/gnu/javax/crypto/sasl/NoSuchMechanismException.h
@@ -0,0 +1,35 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_crypto_sasl_NoSuchMechanismException__
+#define __gnu_javax_crypto_sasl_NoSuchMechanismException__
+
+#pragma interface
+
+#include <javax/security/sasl/SaslException.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace crypto
+ {
+ namespace sasl
+ {
+ class NoSuchMechanismException;
+ }
+ }
+ }
+ }
+}
+
+class gnu::javax::crypto::sasl::NoSuchMechanismException : public ::javax::security::sasl::SaslException
+{
+
+public:
+ NoSuchMechanismException(::java::lang::String *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_crypto_sasl_NoSuchMechanismException__