OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / security / sasl / SaslException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_security_sasl_SaslException__
5 #define __javax_security_sasl_SaslException__
6
7 #pragma interface
8
9 #include <java/io/IOException.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace security
15     {
16       namespace sasl
17       {
18           class SaslException;
19       }
20     }
21   }
22 }
23
24 class javax::security::sasl::SaslException : public ::java::io::IOException
25 {
26
27 public:
28   SaslException();
29   SaslException(::java::lang::String *);
30   SaslException(::java::lang::String *, ::java::lang::Throwable *);
31   virtual ::java::lang::Throwable * getCause();
32   virtual void printStackTrace();
33   virtual void printStackTrace(::java::io::PrintStream *);
34   virtual void printStackTrace(::java::io::PrintWriter *);
35   virtual ::java::lang::String * toString();
36 private:
37   static const jlong serialVersionUID = 4579784287983423626LL;
38   ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::io::IOException)))) _exception;
39 public:
40   static ::java::lang::Class class$;
41 };
42
43 #endif // __javax_security_sasl_SaslException__