mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-21 09:29:36 +00:00
37 lines
765 B
C++
37 lines
765 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_crypto_sasl_UserAlreadyExistsException__
|
|
#define __gnu_javax_crypto_sasl_UserAlreadyExistsException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/security/sasl/SaslException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace crypto
|
|
{
|
|
namespace sasl
|
|
{
|
|
class UserAlreadyExistsException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::crypto::sasl::UserAlreadyExistsException : public ::javax::security::sasl::SaslException
|
|
{
|
|
|
|
public:
|
|
UserAlreadyExistsException();
|
|
UserAlreadyExistsException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_crypto_sasl_UserAlreadyExistsException__
|