{
if( MediaType.APPLICATION_JAVA_OBJECT.equals( response.getEntity().getMediaType() ) )
{
try
{
Object exception = new ObjectRepresentation( response.getEntity() ).getObject();
throw new ResourceException( (Throwable) exception );
}
catch( IOException e )
{
throw new ResourceException( e );