Depends on what kind of exception was thrown: For an Application Exception(checked exception), the instance is not destroyed For an Non Application Exception(Runtime Exceptions), the instance is not used anymore and the resources are cleaned up by the container.
For more depth answer please refer to the EJB specs.