Exception handling now straightforward

With the legacy Java API, exceptions that PolicyCenter throws would be wrapped in a different exception type such as com.guidewire.external.GenericCheckedException or java.lang.RuntimeException.

In the 8.0 Java API, exception handling in Java is straightforward. Just use try, catch, and rethrow as you normally would in Java.