Public Member Functions | |
AdapterException (String msg) | |
constructs exception with the given message | |
AdapterException (Exception ex) | |
constructs exception with the given inner exception | |
AdapterException (String msg, Exception ex) | |
Constructs exception with the given message, and given internal exception. |
AdapterException | ( | String | msg | ) |
constructs exception with the given message
msg |
AdapterException | ( | Exception | ex | ) |
constructs exception with the given inner exception
ex |
AdapterException | ( | String | msg, | |
Exception | ex | |||
) |
Constructs exception with the given message, and given internal exception.
msg | ||
ex |