Daily bump.
[official-gcc.git] / libjava / java / io / StreamCorruptedException.h
blob79b0d02a9be624601dfa61e53acfbe5d8c83eaa9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_StreamCorruptedException__
5 #define __java_io_StreamCorruptedException__
7 #pragma interface
9 #include <java/io/ObjectStreamException.h>
11 class java::io::StreamCorruptedException : public ::java::io::ObjectStreamException
14 public:
15 StreamCorruptedException();
16 StreamCorruptedException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = 8983558202217591746LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_io_StreamCorruptedException__