activemq-cpp-3.4.0

decaf::security::GeneralSecurityException Class Reference

#include <src/main/decaf/security/GeneralSecurityException.h>

Inheritance diagram for decaf::security::GeneralSecurityException:

Public Member Functions

 GeneralSecurityException () throw ()
 Default Constructor.
 GeneralSecurityException (const decaf::lang::Exception &ex) throw ()
 Conversion Constructor from some other Exception.
 GeneralSecurityException (const GeneralSecurityException &ex) throw ()
 Copy Constructor.
 GeneralSecurityException (const char *file, const int lineNumber, const std::exception *cause, const char *msg,...) throw ()
 Constructor - Initializes the file name and line number where this message occurred.
 GeneralSecurityException (const std::exception *cause) throw ()
 Constructor.
 GeneralSecurityException (const char *file, const int lineNumber, const char *msg,...) throw ()
 Constructor - Initializes the file name and line number where this message occurred.
virtual GeneralSecurityExceptionclone () const
 Clones this exception.
virtual ~GeneralSecurityException () throw ()

Constructor & Destructor Documentation

decaf::security::GeneralSecurityException::GeneralSecurityException ( ) throw () [inline]

Default Constructor.

decaf::security::GeneralSecurityException::GeneralSecurityException ( const decaf::lang::Exception ex) throw () [inline]

Conversion Constructor from some other Exception.

Parameters:
exAn exception that should become this type of Exception
decaf::security::GeneralSecurityException::GeneralSecurityException ( const GeneralSecurityException ex) throw () [inline]

Copy Constructor.

Parameters:
exAn exception that should become this type of Exception
decaf::security::GeneralSecurityException::GeneralSecurityException ( const char *  file,
const int  lineNumber,
const std::exception *  cause,
const char *  msg,
  ... 
) throw () [inline]

Constructor - Initializes the file name and line number where this message occurred.

Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
fileThe file name where exception occurs
lineNumberThe line number where the exception occurred.
causeThe exception that was the cause for this one to be thrown.
msgThe message to report
...list of primitives that are formatted into the message
decaf::security::GeneralSecurityException::GeneralSecurityException ( const std::exception *  cause) throw () [inline]

Constructor.

Parameters:
causePointer to the exception that caused this one to be thrown, the object is cloned caller retains ownership.
decaf::security::GeneralSecurityException::GeneralSecurityException ( const char *  file,
const int  lineNumber,
const char *  msg,
  ... 
) throw () [inline]

Constructor - Initializes the file name and line number where this message occurred.

Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
filename where exception occurs
lineNumberline number where the exception occurred.
msgmessage to report
...list of primitives that are formatted into the message
virtual decaf::security::GeneralSecurityException::~GeneralSecurityException ( ) throw () [inline, virtual]

Member Function Documentation

virtual GeneralSecurityException* decaf::security::GeneralSecurityException::clone ( ) const [inline, virtual]

The documentation for this class was generated from the following file: