Connectors and Exceptions
Based on the Connector discussion earlier this week, Identigral twittered a question about exceptions:
"... How do devs respond to interface not allowing checked exceptions to be thrown?"
Our Lead developer on Identity Connectors had the following response:
"All interfaces are expected to throw runtime exceptions. While not explicitly declared for each operation (which would be syntactically redundant in Java), all applications must be prepared for exceptions. The framework already knows to expect exceptions from SPI calls.
